Skip to content
Snippets Groups Projects
Commit 700b71c9 authored by Sean Busbey's avatar Sean Busbey
Browse files

Merge pull request #307 from busbey/issue-297

[voldemort] disable voldemort pending maven accessible artifacts.
parents df9950e9 41ed6795
No related branches found
No related tags found
No related merge requests found
...@@ -93,11 +93,13 @@ ...@@ -93,11 +93,13 @@
<artifactId>tarantool-binding</artifactId> <artifactId>tarantool-binding</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
<!--
<dependency> <dependency>
<groupId>com.yahoo.ycsb</groupId> <groupId>com.yahoo.ycsb</groupId>
<artifactId>voldemort-binding</artifactId> <artifactId>voldemort-binding</artifactId>
<version>${project.version}</version> <version>${project.version}</version>
</dependency> </dependency>
-->
</dependencies> </dependencies>
<build> <build>
<plugins> <plugins>
......
...@@ -95,7 +95,7 @@ ...@@ -95,7 +95,7 @@
<module>orientdb</module> <module>orientdb</module>
<module>redis</module> <module>redis</module>
<module>tarantool</module> <module>tarantool</module>
<module>voldemort</module> <!--<module>voldemort</module>-->
</modules> </modules>
<build> <build>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment