had to add the influx db dependency back after the merge removed it

This commit is contained in:
Derrick Johnson 2014-06-25 02:55:37 -07:00
parent 3f04d0566f
commit b7dfa92543
1 changed files with 6 additions and 0 deletions

View File

@ -162,6 +162,12 @@
</dependency>
<!-- removing CSMiddleware -->
<dependency>
<groupId>org.influxdb</groupId>
<artifactId>influxdb-java</artifactId>
<version>1.0</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>