We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ed0d07 commit 0c6f968Copy full SHA for 0c6f968
core/pom.xml
@@ -223,15 +223,11 @@
223
<artifactId>json4s-jackson_${scala.binary.version}</artifactId>
224
<version>3.2.10</version>
225
</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>
231
<dependency>
232
<groupId>com.sun.jersey</groupId>
233
<artifactId>jersey-server</artifactId>
234
<version>1.9</version>
+ <scope>${hadoop.deps.scope}</scope>
235
236
237
<groupId>org.glassfish.jersey.media</groupId>
0 commit comments