Skip to content

Commit 0c6f968

Browse files
committed
update deps
1 parent 1ed0d07 commit 0c6f968

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

core/pom.xml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -223,15 +223,11 @@
223223
<artifactId>json4s-jackson_${scala.binary.version}</artifactId>
224224
<version>3.2.10</version>
225225
</dependency>
226-
<dependency>
227-
<groupId>com.fasterxml.jackson.module</groupId>
228-
<artifactId>jackson-module-scala_2.10</artifactId>
229-
<version>2.3.1</version>
230-
</dependency>
231226
<dependency>
232227
<groupId>com.sun.jersey</groupId>
233228
<artifactId>jersey-server</artifactId>
234229
<version>1.9</version>
230+
<scope>${hadoop.deps.scope}</scope>
235231
</dependency>
236232
<dependency>
237233
<groupId>org.glassfish.jersey.media</groupId>

0 commit comments

Comments
 (0)