Repository: accumulo Updated Branches: refs/heads/master f6e574b03 -> 6ce4d9698
ACCUMULO-2912 Add in direct dependency to protobuf-java. hadoop-client was transitively pulling this in so I never directly added it. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/6ce4d969 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/6ce4d969 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/6ce4d969 Branch: refs/heads/master Commit: 6ce4d96986720565450a972acf10997989798fd0 Parents: f6e574b Author: Josh Elser <els...@apache.org> Authored: Mon Jun 16 08:26:05 2014 -0700 Committer: Josh Elser <els...@apache.org> Committed: Mon Jun 16 08:26:05 2014 -0700 ---------------------------------------------------------------------- core/pom.xml | 4 ++++ pom.xml | 5 +++++ 2 files changed, 9 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/6ce4d969/core/pom.xml ---------------------------------------------------------------------- diff --git a/core/pom.xml b/core/pom.xml index e4b3341..22472cf 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -35,6 +35,10 @@ <artifactId>guava</artifactId> </dependency> <dependency> + <groupId>com.google.protobuf</groupId> + <artifactId>protobuf-java</artifactId> + </dependency> + <dependency> <groupId>commons-codec</groupId> <artifactId>commons-codec</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/accumulo/blob/6ce4d969/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 67ea6d0..c23f03b 100644 --- a/pom.xml +++ b/pom.xml @@ -156,6 +156,11 @@ <version>15.0</version> </dependency> <dependency> + <groupId>com.google.protobuf</groupId> + <artifactId>protobuf-java</artifactId> + <version>2.5.0</version> + </dependency> + <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> <version>1.2</version>