We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
19.0
1 parent b0873e3 commit ede117bCopy full SHA for ede117b
spark/spark-shims/pom.xml
@@ -43,7 +43,7 @@
43
</dependency>
44
45
<!--
46
- Those two are for ZEPPELIN-2221 using VersionInfo for check the version of Yarn.
+ This is for ZEPPELIN-2221 using VersionInfo for check the version of Yarn.
47
It's checked that VersionInfo is compatible at least 2.2.0 to the latest one.
48
-->
49
<dependency>
@@ -52,6 +52,12 @@
52
<version>2.6.5</version>
53
<scope>provided</scope>
54
55
+ <dependency>
56
+ <groupId>com.google.guava</groupId>
57
+ <artifactId>guava</artifactId>
58
+ <version>19.0</version>
59
+ <scope>test</scope>
60
+ </dependency>
61
</dependencies>
62
63
<build>
0 commit comments