...
|
...
|
@@ -34,6 +34,21 @@ |
|
|
<groupId>org.influxdb</groupId>
|
|
|
<artifactId>influxdb-java</artifactId>
|
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
|
<groupId>org.apache.zookeeper</groupId>
|
|
|
<artifactId>zookeeper</artifactId>
|
|
|
<exclusions>
|
|
|
<exclusion>
|
|
|
<groupId>log4j</groupId>
|
|
|
<artifactId>log4j</artifactId>
|
|
|
</exclusion>
|
|
|
<exclusion>
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
</exclusion>
|
|
|
</exclusions>
|
|
|
</dependency>
|
|
|
</dependencies>
|
|
|
|
|
|
</project> |
|
|
\ No newline at end of file |
...
|
...
|
|