diff --git a/pom.xml b/pom.xml index 793ad30b..ef9611c8 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,8 @@ 1.30.0 1.18.24 7.1.1 + 0.9.80 + 7.14.0 31.1-jre @@ -64,7 +66,7 @@ dev - 127.0.0.1:8848 + 81.70.150.73:8848 DEFAULT_GROUP DEFAULT_GROUP 127.0.0.1:4560 @@ -261,6 +263,22 @@ ${logstash.version} + + cn.easy-es + easy-es-boot-starter + ${easy-es.version} + + + org.elasticsearch + elasticsearch + ${elasticsearch.version} + + + org.elasticsearch.client + elasticsearch-rest-high-level-client + ${elasticsearch.version} + + com.squareup.okhttp3 okhttp diff --git a/ruoyi-common/ruoyi-common-elasticsearch/pom.xml b/ruoyi-common/ruoyi-common-elasticsearch/pom.xml index 2593679c..6f1d240a 100644 --- a/ruoyi-common/ruoyi-common-elasticsearch/pom.xml +++ b/ruoyi-common/ruoyi-common-elasticsearch/pom.xml @@ -19,7 +19,6 @@ cn.easy-es easy-es-boot-starter - 0.9.70