aboutsummaryrefslogtreecommitdiff
path: root/network/common
diff options
context:
space:
mode:
authorXiangrui Meng <meng@databricks.com>2014-11-13 13:16:20 -0800
committerAaron Davidson <aaron@databricks.com>2014-11-13 13:16:20 -0800
commit4b0c1edfdf457cde0e39083c47961184059efded (patch)
tree901dae16fd1d3c9a50f99521afaad22977672d46 /network/common
parenta0fa1ba704355a82e168aa9c16ecfed30128ade0 (diff)
downloadspark-4b0c1edfdf457cde0e39083c47961184059efded.tar.gz
spark-4b0c1edfdf457cde0e39083c47961184059efded.tar.bz2
spark-4b0c1edfdf457cde0e39083c47961184059efded.zip
[SPARK-4326] fix unidoc
There are two issues: 1. specifying guava 11.0.2 will cause hashInt not found in unidoc (any reason to force the version here?) 2. unidoc doesn't recognize static class defined in a base class aarondav srowen vanzin Author: Xiangrui Meng <meng@databricks.com> Closes #3253 from mengxr/SPARK-4326 and squashes the following commits: 53967bf [Xiangrui Meng] fix unidoc
Diffstat (limited to 'network/common')
-rw-r--r--network/common/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/network/common/pom.xml b/network/common/pom.xml
index a6bee7ed09..2bd0a7d294 100644
--- a/network/common/pom.xml
+++ b/network/common/pom.xml
@@ -51,7 +51,6 @@
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
- <version>11.0.2</version> <!-- yarn 2.4.0's version -->
<scope>provided</scope>
</dependency>