aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorSandeep <sandeep@techaddict.me>2014-04-24 21:51:52 -0700
committerReynold Xin <rxin@apache.org>2014-04-24 21:51:52 -0700
commit095b5182536a43e2ae738be93294ee5215d86581 (patch)
tree3a2ffa66a4313259b90dc79b11ff9f48c262ebe1 /pom.xml
parent06e82d94b6eba0b174b54c58280b3daca2f26dd8 (diff)
downloadspark-095b5182536a43e2ae738be93294ee5215d86581.tar.gz
spark-095b5182536a43e2ae738be93294ee5215d86581.tar.bz2
spark-095b5182536a43e2ae738be93294ee5215d86581.zip
Fix [SPARK-1078]: Remove the Unnecessary lift-json dependency
Remove the Unnecessary lift-json dependency from pom.xml Author: Sandeep <sandeep@techaddict.me> Closes #536 from techaddict/FIX-SPARK-1078 and squashes the following commits: bd0fd1d [Sandeep] Fix [SPARK-1078]: Replace lift-json with json4s-jackson. Remove the Unnecessary lift-json dependency from pom.xml
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml18
1 files changed, 2 insertions, 16 deletions
diff --git a/pom.xml b/pom.xml
index 4ff18afa22..e292775c62 100644
--- a/pom.xml
+++ b/pom.xml
@@ -381,20 +381,6 @@
<version>10.4.2.0</version>
</dependency>
<dependency>
- <groupId>net.liftweb</groupId>
- <artifactId>lift-json_${scala.binary.version}</artifactId>
- <version>2.5.1</version>
- <!-- see also exclusion for json4s; this is necessary since it depends on
- scala-library and scalap 2.10.0, but we use 2.10.4, and only override
- scala-library -->
- <exclusions>
- <exclusion>
- <groupId>org.scala-lang</groupId>
- <artifactId>scalap</artifactId>
- </exclusion>
- </exclusions>
- </dependency>
- <dependency>
<groupId>com.codahale.metrics</groupId>
<artifactId>metrics-core</artifactId>
<version>${codahale.metrics.version}</version>
@@ -851,7 +837,7 @@
</modules>
</profile>
-
+
<!-- Build without Hadoop dependencies that are included in some runtime environments. -->
<profile>
<id>hadoop-provided</id>
@@ -896,6 +882,6 @@
</dependency>
</dependencies>
</profile>
-
+
</profiles>
</project>