Skip to content

Commit

Permalink
[HWKMETRICS-76] add dependency on rx-java-driver module
Browse files Browse the repository at this point in the history
  • Loading branch information
John Sanda committed May 18, 2015
1 parent 053d4af commit 7a18bf4
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions task-queue/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>hawkular-rx-java-driver</artifactId>
<version>${project.version}</version>
</dependency>

<dependency>
<groupId>com.datastax.cassandra</groupId>
<artifactId>cassandra-driver-core</artifactId>
Expand Down

0 comments on commit 7a18bf4

Please sign in to comment.