aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorMarcelo Vanzin <vanzin@cloudera.com>2015-05-05 08:56:16 +0100
committerSean Owen <sowen@cloudera.com>2015-05-05 08:56:16 +0100
commitc5790a2f772168351c18bb0da51a124cee89a06f (patch)
treedede25a00c8ee98d34dd958b0257cb18bb65f9d8 /core/pom.xml
parentda738cffa8f7e12545b47f31dcb051f2927e4149 (diff)
downloadspark-c5790a2f772168351c18bb0da51a124cee89a06f.tar.gz
spark-c5790a2f772168351c18bb0da51a124cee89a06f.tar.bz2
spark-c5790a2f772168351c18bb0da51a124cee89a06f.zip
[MINOR] [BUILD] Declare ivy dependency in root pom.
Without this, any dependency that pulls ivy transitively may override the version and potentially cause issue. In my machine, the hive tests were pulling an old version of ivy, and subsequently failing with a "NoSuchMethodError". Author: Marcelo Vanzin <vanzin@cloudera.com> Closes #5893 from vanzin/ivy-dep-fix and squashes the following commits: ea2112d [Marcelo Vanzin] [minor] [build] Declare ivy dependency in root pom.
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/core/pom.xml b/core/pom.xml
index c5779447f0..164a836cb8 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -273,7 +273,6 @@
<dependency>
<groupId>org.apache.ivy</groupId>
<artifactId>ivy</artifactId>
- <version>${ivy.version}</version>
</dependency>
<dependency>
<groupId>oro</groupId>