[SPARK-12736][CORE][DEPLOY] Standalone Master cannot be started due t…

…o NoClassDefFoundError: org/spark-project/guava/collect/Maps

/cc srowen rxin

Author: Jacek Laskowski <jacek@japila.pl>

Closes #10674 from jaceklaskowski/SPARK-12736.
This commit is contained in:
Jacek Laskowski 2016-01-10 10:36:01 +00:00 committed by Sean Owen
parent 5b0d544339
commit b78e028e37

View file

@ -55,6 +55,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>compile</scope>
</dependency>
<!-- Test dependencies -->