aboutsummaryrefslogtreecommitdiff
path: root/network/common/pom.xml
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:51 -0800
commitd993a44de2bf91e93c5ad3f84d35ff4e55f4b2fb (patch)
tree07e6dae4427404c601c4319880853354b31ca8ad /network/common/pom.xml
parentc07592e4050d7cc7c7288a4b9909cc28cd5467a3 (diff)
downloadspark-d993a44de2bf91e93c5ad3f84d35ff4e55f4b2fb.tar.gz
spark-d993a44de2bf91e93c5ad3f84d35ff4e55f4b2fb.tar.bz2
spark-d993a44de2bf91e93c5ad3f84d35ff4e55f4b2fb.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 (cherry picked from commit 4b0c1edfdf457cde0e39083c47961184059efded) Signed-off-by: Aaron Davidson <aaron@databricks.com>
Diffstat (limited to 'network/common/pom.xml')
-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>