From 41ed6795d22fdffe99e984237fc4c37614b96204 Mon Sep 17 00:00:00 2001 From: Sean Busbey <busbey@cloudera.com> Date: Thu, 18 Jun 2015 00:58:04 -0500 Subject: [PATCH] [voldemort] disable voldemort pending maven accessible artifacts. closes #297 --- distribution/pom.xml | 2 ++ pom.xml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/distribution/pom.xml b/distribution/pom.xml index 4b732f92..c68f258f 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -93,11 +93,13 @@ <artifactId>tarantool-binding</artifactId> <version>${project.version}</version> </dependency> +<!-- <dependency> <groupId>com.yahoo.ycsb</groupId> <artifactId>voldemort-binding</artifactId> <version>${project.version}</version> </dependency> +--> </dependencies> <build> <plugins> diff --git a/pom.xml b/pom.xml index 1231c4e7..22e33a8c 100644 --- a/pom.xml +++ b/pom.xml @@ -95,7 +95,7 @@ <module>orientdb</module> <module>redis</module> <module>tarantool</module> - <module>voldemort</module> + <!--<module>voldemort</module>--> </modules> <build> -- GitLab