aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPrashant Sharma <prashant.s@imaginea.com>2014-02-26 23:40:49 -0800
committerPatrick Wendell <pwendell@gmail.com>2014-02-26 23:40:49 -0800
commit6ccd6c55bdfcf1a4f8f8fd1a9715d4a45ec1703a (patch)
tree7cb6fd143502729ffe4e86d1a06d0414874a7191 /pom.xml
parent5a3ad107c01dbc09cd144376ca808125ee821093 (diff)
downloadspark-6ccd6c55bdfcf1a4f8f8fd1a9715d4a45ec1703a.tar.gz
spark-6ccd6c55bdfcf1a4f8f8fd1a9715d4a45ec1703a.tar.bz2
spark-6ccd6c55bdfcf1a4f8f8fd1a9715d4a45ec1703a.zip
SPARK-1121 Only add avro if the build is for Hadoop 0.23.X and SPARK_YARN is set
Author: Prashant Sharma <prashant.s@imaginea.com> Closes #6 from ScrapCodes/SPARK-1121/avro-dep-fix and squashes the following commits: 9b29e34 [Prashant Sharma] Review feedback on PR 46ed2ad [Prashant Sharma] SPARK-1121-Only add avro if the build is for Hadoop 0.23.X and SPARK_YARN is set
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/pom.xml b/pom.xml
index 4f1e8398d9..6adc670462 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,27 +505,6 @@
</exclusion>
</exclusions>
</dependency>
- <!-- Specify Avro version because Kafka also has it as a dependency -->
- <dependency>
- <groupId>org.apache.avro</groupId>
- <artifactId>avro</artifactId>
- <version>1.7.4</version>
- </dependency>
- <dependency>
- <groupId>org.apache.avro</groupId>
- <artifactId>avro-ipc</artifactId>
- <version>1.7.4</version>
- <exclusions>
- <exclusion>
- <groupId>org.jboss.netty</groupId>
- <artifactId>netty</artifactId>
- </exclusion>
- <exclusion>
- <groupId>io.netty</groupId>
- <artifactId>netty</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
</dependencies>
</dependencyManagement>