Skip to content

Commit

Permalink
revert pom changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ukclivecox committed Oct 21, 2015
1 parent 35408d5 commit b109747
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<exclude.tests>no-exclusions</exclude.tests>
<config.version>local</config.version>
<scala.version>2.10</scala.version>
<spark.version>1.5.0</spark.version>
</properties>

<build>
Expand Down Expand Up @@ -262,24 +260,13 @@
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-mapper-asl</artifactId>
</exclusion>

<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
</exclusion>
</exclusions>
<version>0.8</version>
</dependency>
<dependency>
<groupId>org.apache.mahout</groupId>
<artifactId>mahout-examples</artifactId>
<version>0.8</version>
<exclusions>
<exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down Expand Up @@ -384,13 +371,11 @@
<artifactId>slf4j-api</artifactId>
<version>1.6.0</version>
</dependency>
<!--
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-jcl</artifactId>
<version>1.6.0</version>
</dependency>
-->
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
Expand Down

0 comments on commit b109747

Please sign in to comment.