ibiz-plugin-solr

Used in: 0 components

Overview

Description

iBiz Plugins

Snippets

<dependency>
    <groupId>cn.ibizlab.plugin</groupId>
    <artifactId>ibiz-plugin-solr</artifactId>
    <version>8.1.0.567.27</version>
</dependency>

Maven POM File

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
    <parent>
        <artifactId>ibiz-plugin</artifactId>
        <groupId>cn.ibizlab.plugin</groupId>
        <version>8.1.0.567.27</version>
    </parent>
    <modelVersion>4.0.0</modelVersion>

    <artifactId>ibiz-plugin-solr</artifactId>
		
	<properties><maven-jar-plugin.version>2.6</maven-jar-plugin.version></properties>

    <dependencies>
       	
        <dependency>
    		<groupId>org.springframework.boot</groupId>
    		<artifactId>spring-boot-starter-data-solr</artifactId>
		</dependency>
		
		<!-- https://mvnrepository.com/artifact/org.apache.commons/commons-pool2 -->
		<dependency>
		    <groupId>org.apache.commons</groupId>
		    <artifactId>commons-pool2</artifactId>
		</dependency>
		
        	<!-- https://mvnrepository.com/artifact/org.mongodb/mongodb-driver -->
<!-- 		<dependency> -->
<!-- 		    <groupId>org.mongodb</groupId> -->
<!-- 		    <artifactId>mongodb-driver</artifactId> -->
<!-- 		    <version>4.1.1</version> -->
<!-- 		</dependency> -->

        <dependency>
            <groupId>cn.ibizlab.plugin</groupId>
            <artifactId>ibiz-runtime</artifactId>
            <scope>provided</scope>
            <version>${ibiz.cloud.version}</version>
        </dependency>
		

    </dependencies>
</project>