Skip to content

Commit

Permalink
getting this to work for 1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Dave Parfitt committed Feb 28, 2013
1 parent df1e19a commit 4b558d2
Show file tree
Hide file tree
Showing 4 changed files with 317 additions and 124 deletions.
14 changes: 13 additions & 1 deletion riak/pom.xml
Expand Up @@ -16,7 +16,7 @@
<dependency>
<groupId>com.basho.riak</groupId>
<artifactId>riak-client</artifactId>
<version>1.0.5</version>
<version>1.1.0</version>
<type>jar</type>
</dependency>
<dependency>
Expand All @@ -29,6 +29,18 @@
<artifactId>core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<version>1.8.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.testng</groupId>
<artifactId>testng</artifactId>
<version>6.1.1</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down
123 changes: 0 additions & 123 deletions riak/src/main/java/com/yahoo/ycsb/db/RiakClient12.java

This file was deleted.

0 comments on commit 4b558d2

Please sign in to comment.