Skip to content

Commit 16fa70e

Browse files
committed
Exclude guava from zeppelin-python dependency from spark/interpreter
1 parent ede117b commit 16fa70e

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

spark/interpreter/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@
102102
<groupId>net.sf.py4j</groupId>
103103
<artifactId>py4j</artifactId>
104104
</exclusion>
105+
<exclusion>
106+
<groupId>com.google.guava</groupId>
107+
<artifactId>guava</artifactId>
108+
</exclusion>
105109
</exclusions>
106110
</dependency>
107111

spark/spark-shims/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,9 @@
4949
<dependency>
5050
<groupId>org.apache.hadoop</groupId>
5151
<artifactId>hadoop-common</artifactId>
52-
<version>2.6.5</version>
52+
<version>2.2.0</version>
5353
<scope>provided</scope>
5454
</dependency>
55-
<dependency>
56-
<groupId>com.google.guava</groupId>
57-
<artifactId>guava</artifactId>
58-
<version>19.0</version>
59-
<scope>test</scope>
60-
</dependency>
6155
</dependencies>
6256

6357
<build>

0 commit comments

Comments
 (0)