From d993a44de2bf91e93c5ad3f84d35ff4e55f4b2fb Mon Sep 17 00:00:00 2001 From: Xiangrui Meng Date: Thu, 13 Nov 2014 13:16:20 -0800 Subject: [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 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 --- network/common/pom.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'network/common/pom.xml') 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 @@ com.google.guava guava - 11.0.2 provided -- cgit v1.2.3