Showing
1 changed file
with
15 additions
and
0 deletions
@@ -34,6 +34,21 @@ | @@ -34,6 +34,21 @@ | ||
34 | <groupId>org.influxdb</groupId> | 34 | <groupId>org.influxdb</groupId> |
35 | <artifactId>influxdb-java</artifactId> | 35 | <artifactId>influxdb-java</artifactId> |
36 | </dependency> | 36 | </dependency> |
37 | + | ||
38 | + <dependency> | ||
39 | + <groupId>org.apache.zookeeper</groupId> | ||
40 | + <artifactId>zookeeper</artifactId> | ||
41 | + <exclusions> | ||
42 | + <exclusion> | ||
43 | + <groupId>log4j</groupId> | ||
44 | + <artifactId>log4j</artifactId> | ||
45 | + </exclusion> | ||
46 | + <exclusion> | ||
47 | + <groupId>org.slf4j</groupId> | ||
48 | + <artifactId>slf4j-log4j12</artifactId> | ||
49 | + </exclusion> | ||
50 | + </exclusions> | ||
51 | + </dependency> | ||
37 | </dependencies> | 52 | </dependencies> |
38 | 53 | ||
39 | </project> | 54 | </project> |
-
Please register or login to post a comment