Repository: crunch Updated Branches: refs/heads/master 504a6194e -> c9be5e87d
CRUNCH-518 Fix protobuf dep for crunch-spark Add provided protobuf dependency from crunch-spark to allow building scrunch support on Spark. Signed-off-by: Josh Wills <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/crunch/repo Commit: http://git-wip-us.apache.org/repos/asf/crunch/commit/c9be5e87 Tree: http://git-wip-us.apache.org/repos/asf/crunch/tree/c9be5e87 Diff: http://git-wip-us.apache.org/repos/asf/crunch/diff/c9be5e87 Branch: refs/heads/master Commit: c9be5e87d680594432d0aa971cf874fe8ab2b2f8 Parents: 504a619 Author: Gabriel Reid <[email protected]> Authored: Fri May 8 22:19:19 2015 +0200 Committer: Josh Wills <[email protected]> Committed: Fri May 8 22:36:18 2015 +0100 ---------------------------------------------------------------------- crunch-spark/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/crunch/blob/c9be5e87/crunch-spark/pom.xml ---------------------------------------------------------------------- diff --git a/crunch-spark/pom.xml b/crunch-spark/pom.xml index 47f52b6..240a6a7 100644 --- a/crunch-spark/pom.xml +++ b/crunch-spark/pom.xml @@ -63,6 +63,11 @@ under the License. <scope>provided</scope> </dependency> <dependency> + <groupId>com.google.protobuf</groupId> + <artifactId>protobuf-java</artifactId> + <scope>provided</scope> + </dependency> + <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency>
