Skip to content

Commit ede117b

Browse files
committed
Add a guava version of 19.0 to avoid guava version mismatch
1 parent b0873e3 commit ede117b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

spark/spark-shims/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
</dependency>
4444

4545
<!--
46-
Those two are for ZEPPELIN-2221 using VersionInfo for check the version of Yarn.
46+
This is for ZEPPELIN-2221 using VersionInfo for check the version of Yarn.
4747
It's checked that VersionInfo is compatible at least 2.2.0 to the latest one.
4848
-->
4949
<dependency>
@@ -52,6 +52,12 @@
5252
<version>2.6.5</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>
5561
</dependencies>
5662

5763
<build>

0 commit comments

Comments
 (0)