You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by md...@apache.org on 2014/04/11 20:54:35 UTC

[1/3] git commit: ACCUMULO-2494 add commons-math to 1.6 tarball

Repository: accumulo
Updated Branches:
  refs/heads/1.6.0-SNAPSHOT 9ebb4967e -> 8f5728084
  refs/heads/master e7534e6dd -> b9e49cbf2


ACCUMULO-2494 add commons-math to 1.6 tarball


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

Branch: refs/heads/1.6.0-SNAPSHOT
Commit: 8f5728084901bcc0b0ca7e4e74f3a8ec18b0d8d2
Parents: 9ebb496
Author: Mike Drob <md...@cloudera.com>
Authored: Fri Apr 11 14:53:29 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Fri Apr 11 14:54:23 2014 -0400

----------------------------------------------------------------------
 assemble/pom.xml                           | 4 ++++
 assemble/src/main/assemblies/component.xml | 1 +
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8f572808/assemble/pom.xml
----------------------------------------------------------------------
diff --git a/assemble/pom.xml b/assemble/pom.xml
index 704107b..4c84142 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -110,6 +110,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
       <artifactId>commons-vfs2</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/8f572808/assemble/src/main/assemblies/component.xml
----------------------------------------------------------------------
diff --git a/assemble/src/main/assemblies/component.xml b/assemble/src/main/assemblies/component.xml
index 67d83a5..747444b 100644
--- a/assemble/src/main/assemblies/component.xml
+++ b/assemble/src/main/assemblies/component.xml
@@ -27,6 +27,7 @@
       <useTransitiveDependencies>false</useTransitiveDependencies>
       <includes>
         <include>${groupId}:${artifactId}-*</include>
+        <include>org.apache.commons:commons-math</include>
         <include>org.apache.commons:commons-vfs2</include>
         <include>com.beust:jcommander</include>
         <include>com.google.code.gson:gson</include>


[3/3] git commit: Merge branch '1.6.0-SNAPSHOT'

Posted by md...@apache.org.
Merge branch '1.6.0-SNAPSHOT'


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

Branch: refs/heads/master
Commit: b9e49cbf26b96cf0c9ff80aae9c7c8f2baaf7c4a
Parents: e7534e6 8f57280
Author: Mike Drob <md...@cloudera.com>
Authored: Fri Apr 11 14:54:31 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Fri Apr 11 14:54:31 2014 -0400

----------------------------------------------------------------------
 assemble/pom.xml                           | 4 ++++
 assemble/src/main/assemblies/component.xml | 1 +
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/b9e49cbf/assemble/pom.xml
----------------------------------------------------------------------


[2/3] git commit: ACCUMULO-2494 add commons-math to 1.6 tarball

Posted by md...@apache.org.
ACCUMULO-2494 add commons-math to 1.6 tarball


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

Branch: refs/heads/master
Commit: 8f5728084901bcc0b0ca7e4e74f3a8ec18b0d8d2
Parents: 9ebb496
Author: Mike Drob <md...@cloudera.com>
Authored: Fri Apr 11 14:53:29 2014 -0400
Committer: Mike Drob <md...@cloudera.com>
Committed: Fri Apr 11 14:54:23 2014 -0400

----------------------------------------------------------------------
 assemble/pom.xml                           | 4 ++++
 assemble/src/main/assemblies/component.xml | 1 +
 2 files changed, 5 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/8f572808/assemble/pom.xml
----------------------------------------------------------------------
diff --git a/assemble/pom.xml b/assemble/pom.xml
index 704107b..4c84142 100644
--- a/assemble/pom.xml
+++ b/assemble/pom.xml
@@ -110,6 +110,10 @@
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
+      <artifactId>commons-math</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.commons</groupId>
       <artifactId>commons-vfs2</artifactId>
     </dependency>
     <dependency>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/8f572808/assemble/src/main/assemblies/component.xml
----------------------------------------------------------------------
diff --git a/assemble/src/main/assemblies/component.xml b/assemble/src/main/assemblies/component.xml
index 67d83a5..747444b 100644
--- a/assemble/src/main/assemblies/component.xml
+++ b/assemble/src/main/assemblies/component.xml
@@ -27,6 +27,7 @@
       <useTransitiveDependencies>false</useTransitiveDependencies>
       <includes>
         <include>${groupId}:${artifactId}-*</include>
+        <include>org.apache.commons:commons-math</include>
         <include>org.apache.commons:commons-vfs2</include>
         <include>com.beust:jcommander</include>
         <include>com.google.code.gson:gson</include>