Skip to content

Commit 095b518

Browse files
techaddictrxin
authored andcommitted
Fix [SPARK-1078]: Remove the Unnecessary lift-json dependency
Remove the Unnecessary lift-json dependency from pom.xml Author: Sandeep <[email protected]> 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
1 parent 06e82d9 commit 095b518

File tree

1 file changed

+2
-16
lines changed

1 file changed

+2
-16
lines changed

pom.xml

Lines changed: 2 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -380,20 +380,6 @@
380380
<artifactId>derby</artifactId>
381381
<version>10.4.2.0</version>
382382
</dependency>
383-
<dependency>
384-
<groupId>net.liftweb</groupId>
385-
<artifactId>lift-json_${scala.binary.version}</artifactId>
386-
<version>2.5.1</version>
387-
<!-- see also exclusion for json4s; this is necessary since it depends on
388-
scala-library and scalap 2.10.0, but we use 2.10.4, and only override
389-
scala-library -->
390-
<exclusions>
391-
<exclusion>
392-
<groupId>org.scala-lang</groupId>
393-
<artifactId>scalap</artifactId>
394-
</exclusion>
395-
</exclusions>
396-
</dependency>
397383
<dependency>
398384
<groupId>com.codahale.metrics</groupId>
399385
<artifactId>metrics-core</artifactId>
@@ -851,7 +837,7 @@
851837
</modules>
852838

853839
</profile>
854-
840+
855841
<!-- Build without Hadoop dependencies that are included in some runtime environments. -->
856842
<profile>
857843
<id>hadoop-provided</id>
@@ -896,6 +882,6 @@
896882
</dependency>
897883
</dependencies>
898884
</profile>
899-
885+
900886
</profiles>
901887
</project>

0 commit comments

Comments
 (0)