rollback guava version in adapter module (#3880)

This commit is contained in:
He Wang
2022-05-13 11:23:30 +08:00
committed by GitHub
parent 88d472ef1e
commit 9f5e8fd1c4
+6
View File
@@ -212,6 +212,12 @@
<artifactId>curator-recipes</artifactId>
<version>2.10.0</version>
</dependency>
<!-- 单独指定guava版本,兼容curator-client -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>18.0</version>
</dependency>
<dependency>
<groupId>joda-time</groupId>
<artifactId>joda-time</artifactId>