aboutsummaryrefslogtreecommitdiff
path: root/core/pom.xml
diff options
context:
space:
mode:
authorMatei Zaharia <matei.zaharia@gmail.com>2013-09-10 06:39:25 +0000
committerMatei Zaharia <matei.zaharia@gmail.com>2013-09-10 06:39:25 +0000
commitf117dc6d0d1349c28b7e1c8cf7729d1aafde5d25 (patch)
tree923ea5dcc77febc23c948476fafb38c5bfe61969 /core/pom.xml
parent8c14f4b72269093a62510dbb2f1e954c103ffcd4 (diff)
downloadspark-f117dc6d0d1349c28b7e1c8cf7729d1aafde5d25.tar.gz
spark-f117dc6d0d1349c28b7e1c8cf7729d1aafde5d25.tar.bz2
spark-f117dc6d0d1349c28b7e1c8cf7729d1aafde5d25.zip
Add explicit jets3t dependency, which is excluded in hadoop-client
Diffstat (limited to 'core/pom.xml')
-rw-r--r--core/pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/pom.xml b/core/pom.xml
index b5c5194524..14cd520aaf 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -37,6 +37,11 @@
<artifactId>hadoop-client</artifactId>
</dependency>
<dependency>
+ <groupId>net.java.dev.jets3t</groupId>
+ <artifactId>jets3t</artifactId>
+ <version>0.7.1</version>
+ </dependency>
+ <dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</dependency>