Updated Branches:
  refs/heads/master 96b8d23a7 -> a974a4ad2

ACCUMULO-1841 Include missing jars in assembly; remove dupe


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

Branch: refs/heads/master
Commit: a974a4ad2c5afda425af41eff08ed2fe0f00d62a
Parents: 96b8d23
Author: Christopher Tubbs <ctubb...@apache.org>
Authored: Fri Nov 1 01:40:07 2013 -0400
Committer: Christopher Tubbs <ctubb...@apache.org>
Committed: Fri Nov 1 01:40:07 2013 -0400

----------------------------------------------------------------------
 assemble/pom.xml | 34 ++++++++++++++++++++++++++++------
 1 file changed, 28 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/a974a4ad/assemble/pom.xml
----------------------------------------------------------------------
diff --git a/assemble/pom.xml b/assemble/pom.xml
index d11be2f..b9d0b3e 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -61,10 +61,22 @@
     </dependency>
     <dependency>
       <groupId>org.apache.accumulo</groupId>
+      <artifactId>accumulo-gc</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.accumulo</groupId>
+      <artifactId>accumulo-master</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.accumulo</groupId>
       <artifactId>accumulo-minicluster</artifactId>
     </dependency>
     <dependency>
       <groupId>org.apache.accumulo</groupId>
+      <artifactId>accumulo-monitor</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.accumulo</groupId>
       <artifactId>accumulo-native</artifactId>
       <type>tar.gz</type>
     </dependency>
@@ -74,6 +86,14 @@
     </dependency>
     <dependency>
       <groupId>org.apache.accumulo</groupId>
+      <artifactId>accumulo-server-base</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.accumulo</groupId>
+      <artifactId>accumulo-server-extras</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.accumulo</groupId>
       <artifactId>accumulo-start</artifactId>
     </dependency>
     <dependency>
@@ -85,6 +105,14 @@
       <artifactId>accumulo-trace</artifactId>
     </dependency>
     <dependency>
+      <groupId>org.apache.accumulo</groupId>
+      <artifactId>accumulo-tracer</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.accumulo</groupId>
+      <artifactId>accumulo-tserver</artifactId>
+    </dependency>
+    <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-vfs2</artifactId>
     </dependency>
@@ -496,12 +524,6 @@
         </dependency>
         <dependency>
           <groupId>org.apache.accumulo</groupId>
-          <artifactId>accumulo-proxy</artifactId>
-          <classifier>el6</classifier>
-          <type>rpm</type>
-        </dependency>
-        <dependency>
-          <groupId>org.apache.accumulo</groupId>
           <artifactId>accumulo-server-base</artifactId>
           <classifier>el6</classifier>
           <type>rpm</type>

Reply via email to