Skip to content

Commit

Permalink
Fix [SPARK-1078]: Remove the Unnecessary lift-json dependency
Browse files Browse the repository at this point in the history
Remove the Unnecessary lift-json dependency from pom.xml

Author: Sandeep <[email protected]>

Closes apache#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
  • Loading branch information
techaddict authored and pdeyhim committed Jun 25, 2014
1 parent c24ad8c commit aab55db
Showing 1 changed file with 2 additions and 16 deletions.
18 changes: 2 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -380,20 +380,6 @@
<artifactId>derby</artifactId>
<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>
Expand Down Expand Up @@ -851,7 +837,7 @@
</modules>

</profile>

<!-- Build without Hadoop dependencies that are included in some runtime environments. -->
<profile>
<id>hadoop-provided</id>
Expand Down Expand Up @@ -896,6 +882,6 @@
</dependency>
</dependencies>
</profile>

</profiles>
</project>

0 comments on commit aab55db

Please sign in to comment.