Skip to content

Commit

Permalink
Fixes #23: Use influxdb-java from Maven Central
Browse files Browse the repository at this point in the history
  • Loading branch information
ajsquared committed Oct 28, 2015
1 parent b004572 commit 505f44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
<version>18.0</version>
</dependency>
<dependency>
<groupId>com.github.influxdb</groupId>
<groupId>org.influxdb</groupId>
<artifactId>influxdb-java</artifactId>
<version>31c3100</version>
<version>2.0</version>
</dependency>
<dependency>
<groupId>io.vertx</groupId>
Expand Down

0 comments on commit 505f44a

Please sign in to comment.