Repository: accumulo Updated Branches: refs/heads/master 27967b9ea -> 21201789f
ACCUMULO-2939 Add in the protobuf-java jar to the accumulo lib directory Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/21201789 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/21201789 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/21201789 Branch: refs/heads/master Commit: 21201789f21f928ebfa77aa217e765ad68b766d6 Parents: 27967b9 Author: Josh Elser <els...@apache.org> Authored: Mon Jun 23 18:25:14 2014 -0400 Committer: Josh Elser <els...@apache.org> Committed: Mon Jun 23 18:25:14 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/21201789/assemble/pom.xml ---------------------------------------------------------------------- diff --git a/assemble/pom.xml b/assemble/pom.xml index 5c91b4a..d541958 100644 --- a/assemble/pom.xml +++ b/assemble/pom.xml @@ -44,6 +44,10 @@ <artifactId>guava</artifactId> </dependency> <dependency> + <groupId>com.google.protobuf</groupId> + <artifactId>protobuf-java</artifactId> + </dependency> + <dependency> <groupId>javax.servlet</groupId> <artifactId>javax.servlet-api</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/accumulo/blob/21201789/assemble/src/main/assemblies/component.xml ---------------------------------------------------------------------- diff --git a/assemble/src/main/assemblies/component.xml b/assemble/src/main/assemblies/component.xml index 0c94d6c..9fe6cad 100644 --- a/assemble/src/main/assemblies/component.xml +++ b/assemble/src/main/assemblies/component.xml @@ -30,6 +30,7 @@ <include>com.beust:jcommander</include> <include>com.google.code.gson:gson</include> <include>com.google.guava:guava</include> + <include>com.google.protobuf:protobuf-java</include> <include>javax.servlet:javax.servlet-api</include> <include>jline:jline</include> <include>org.apache.commons:commons-math</include>