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>