You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2013/12/07 04:44:18 UTC

git commit: ACCUMULO-1942 Make zookeeper provided in example pom

Updated Branches:
  refs/heads/1.5.1-SNAPSHOT b9adbd7d6 -> 072ed6186


ACCUMULO-1942 Make zookeeper provided in example pom


Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo
Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/072ed618
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/072ed618
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/072ed618

Branch: refs/heads/1.5.1-SNAPSHOT
Commit: 072ed61863bec0ee74d8a95bc82a2c81a0c5db5a
Parents: b9adbd7
Author: Christopher Tubbs <ct...@apache.org>
Authored: Fri Dec 6 22:42:55 2013 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Fri Dec 6 22:42:55 2013 -0500

----------------------------------------------------------------------
 examples/simple/pom.xml | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/072ed618/examples/simple/pom.xml
----------------------------------------------------------------------
diff --git a/examples/simple/pom.xml b/examples/simple/pom.xml
index ff9376c..d513e68 100644
--- a/examples/simple/pom.xml
+++ b/examples/simple/pom.xml
@@ -34,10 +34,6 @@
       <artifactId>accumulo-core</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.zookeeper</groupId>
-      <artifactId>zookeeper</artifactId>
-    </dependency>
-    <dependency>
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
       <scope>provided</scope>
@@ -68,6 +64,11 @@
       <scope>provided</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.zookeeper</groupId>
+      <artifactId>zookeeper</artifactId>
+      <scope>provided</scope>
+    </dependency>
+    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <scope>test</scope>