Skip to content

Commit

Permalink
manage spark conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
jetoile committed Mar 28, 2016
1 parent 70a13e4 commit 6a781ec
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hadoop-unit-client/hadoop-unit-client-spark/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,12 @@
<dependency>
<groupId>org.apache.spark</groupId>
<artifactId>spark-core_2.10</artifactId>
<exclusions>
<exclusion>
<artifactId>jackson-module-scala_2.10</artifactId>
<groupId>com.fasterxml.jackson.module</groupId>
</exclusion>
</exclusions>
</dependency>

<dependency>
Expand All @@ -29,6 +35,12 @@
<artifactId>spark-hive_2.10</artifactId>
</dependency>

<dependency>
<artifactId>jackson-module-scala_2.10</artifactId>
<groupId>com.fasterxml.jackson.module</groupId>
<version>2.6.5</version>
</dependency>

</dependencies>

</project>

0 comments on commit 6a781ec

Please sign in to comment.