|
@@ -30,37 +30,6 @@
|
|
|
<artifactId>lucene-analyzers-smartcn</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
- <!-- elasticsearch -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.elasticsearch.client</groupId>
|
|
|
- <artifactId>elasticsearch-rest-high-level-client</artifactId>
|
|
|
- <exclusions>
|
|
|
- <exclusion>
|
|
|
- <groupId>org.elasticsearch</groupId>
|
|
|
- <artifactId>jna</artifactId>
|
|
|
- </exclusion>
|
|
|
- </exclusions>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <dependency>
|
|
|
- <groupId>org.springframework.boot</groupId>
|
|
|
- <artifactId>spring-boot-starter-log4j2</artifactId>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!-- oracle-driver -->
|
|
|
- <dependency>
|
|
|
- <groupId>com.oracle.database.jdbc</groupId>
|
|
|
- <artifactId>ojdbc8</artifactId>
|
|
|
- <scope>provided</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
- <!-- postgresql -->
|
|
|
- <dependency>
|
|
|
- <groupId>org.postgresql</groupId>
|
|
|
- <artifactId>postgresql</artifactId>
|
|
|
- <scope>provided</scope>
|
|
|
- </dependency>
|
|
|
-
|
|
|
<dependency>
|
|
|
<groupId>junit</groupId>
|
|
|
<artifactId>junit</artifactId>
|