aboutsummaryrefslogtreecommitdiff
path: root/repl/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'repl/pom.xml')
-rw-r--r--repl/pom.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/repl/pom.xml b/repl/pom.xml
index 78d2fe13c2..b761a176ce 100644
--- a/repl/pom.xml
+++ b/repl/pom.xml
@@ -31,20 +31,6 @@
<name>Spark Project REPL</name>
<url>http://spark.apache.org/</url>
- <!-- SPARK-1121: SPARK-1121: Adds an explicit dependency on Avro to work around
- a Hadoop 0.23.X issue -->
- <profiles>
- <profile>
- <id>yarn-alpha</id>
- <dependencies>
- <dependency>
- <groupId>org.apache.avro</groupId>
- <artifactId>avro</artifactId>
- </dependency>
- </dependencies>
- </profile>
- </profiles>
-
<properties>
<deb.install.path>/usr/share/spark</deb.install.path>
<deb.user>root</deb.user>