mirror of https://gitee.com/topiam/eiam
fix:解决ES Clien Bean创建失败,缺少类的问题
parent
60aa953897
commit
f9f1ba1f2d
5
pom.xml
5
pom.xml
|
@ -376,6 +376,11 @@
|
|||
<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>
|
||||
|
|
Loading…
Reference in New Issue