Skip to content

Commit 14ac3ed

Browse files
committed
jersey-core needs to be explicit; move version & scope to parent pom.xml
1 parent f90680e commit 14ac3ed

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

core/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -226,8 +226,10 @@
226226
<dependency>
227227
<groupId>com.sun.jersey</groupId>
228228
<artifactId>jersey-server</artifactId>
229-
<version>1.9</version>
230-
<scope>${hadoop.deps.scope}</scope>
229+
</dependency>
230+
<dependency>
231+
<groupId>com.sun.jersey</groupId>
232+
<artifactId>jersey-core</artifactId>
231233
</dependency>
232234
<dependency>
233235
<groupId>org.apache.mesos</groupId>

pom.xml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -617,6 +617,18 @@
617617
</exclusion>
618618
</exclusions>
619619
</dependency>
620+
<dependency>
621+
<groupId>com.sun.jersey</groupId>
622+
<artifactId>jersey-server</artifactId>
623+
<version>1.9</version>
624+
<scope>${hadoop.deps.scope}</scope>
625+
</dependency>
626+
<dependency>
627+
<groupId>com.sun.jersey</groupId>
628+
<artifactId>jersey-core</artifactId>
629+
<version>1.9</version>
630+
<scope>${hadoop.deps.scope}</scope>
631+
</dependency>
620632
<dependency>
621633
<groupId>org.scala-lang</groupId>
622634
<artifactId>scala-compiler</artifactId>

0 commit comments

Comments
 (0)