Skip to content
Snippets Groups Projects
Commit b78e028e authored by Jacek Laskowski's avatar Jacek Laskowski Committed by Sean Owen
Browse files

[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.
parent 5b0d5443
No related branches found
No related tags found
No related merge requests found
......@@ -55,6 +55,7 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<scope>compile</scope>
</dependency>
<!-- Test dependencies -->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment