优化代码

pull/9/MERGE
smallbun 2023-02-09 16:10:33 +08:00
parent c8792c999c
commit ceb36d5cd8
3 changed files with 5 additions and 15 deletions

View File

@ -38,10 +38,5 @@
<artifactId>eiam-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-x-content</artifactId>
<version>${elasticsearch.version}</version>
</dependency>
</dependencies>
</project>

View File

@ -380,11 +380,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-data-elasticsearch</artifactId>
</dependency>
<dependency>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-core</artifactId>
<version>8.11.1</version>
</dependency>
<!--spring data jpa-->
<dependency>
<groupId>org.springframework.boot</groupId>