소스 검색

解决es无法连接的问题

litianbiao 2 년 전
부모
커밋
e084a3bca1
1개의 변경된 파일6개의 추가작업 그리고 1개의 파일을 삭제
  1. 6 1
      pom.xml

+ 6 - 1
pom.xml

@@ -207,7 +207,12 @@
 		<dependency>
 			<groupId>cn.com.crbank.ommo</groupId>
 			<artifactId>EsBaseServer</artifactId>
-			<version>1.2.10</version>
+			<version>1.2.11</version>
+		</dependency>
+		<dependency>
+			<groupId>org.apache.commons</groupId>
+			<artifactId>commons-collections4</artifactId>
+			<version>4.3</version>
 		</dependency>
 		<!-- 个推 -->
 		<dependency>