Skip to content

Commit 4ebced2

Browse files
committed
Merge pull request apache#34 from shivaram/master
Exclude protobuf from Spark dependency in Maven
2 parents c5bce07 + 8437061 commit 4ebced2

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pkg/src/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,12 @@
3131
<groupId>org.apache.spark</groupId>
3232
<artifactId>spark-core_2.10</artifactId>
3333
<version>0.9.0-incubating</version>
34+
<exclusions>
35+
<exclusion>
36+
<groupId>com.google.protobuf</groupId>
37+
<artifactId>protobuf-java</artifactId>
38+
</exclusion>
39+
</exclusions>
3440
</dependency>
3541
<dependency>
3642
<groupId>org.apache.hadoop</groupId>

0 commit comments

Comments
 (0)