Skip to content

Commit

Permalink
updating to last version of cassandra-all and java-driver (2.1.5) fix #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jsevellec committed May 8, 2015
1 parent baf45ce commit 3d44477
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cassandra-unit/pom.xml
Expand Up @@ -143,7 +143,7 @@
<dependency>
<groupId>org.apache.cassandra</groupId>
<artifactId>cassandra-all</artifactId>
<version>2.1.3</version>
<version>2.1.5</version>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -36,7 +36,7 @@
<cu.junit.version>4.11</cu.junit.version>
<cu.slf4j.version>1.7.5</cu.slf4j.version>
<cu.hector.version>1.1-4</cu.hector.version>
<cu.cassandra.driver.version>2.1.4</cu.cassandra.driver.version>
<cu.cassandra.driver.version>2.1.5</cu.cassandra.driver.version>
<cu.spring.version>4.0.2.RELEASE</cu.spring.version>
<cu.hamcrest.version>1.3</cu.hamcrest.version>
</properties>
Expand Down

0 comments on commit 3d44477

Please sign in to comment.