Skip to content

Commit a4ab5aa

Browse files
committed
add in explicit dependency on jersey 1.9 -- maven wasn't happy before
this
1 parent 4fdc39f commit a4ab5aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

core/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,11 @@
219219
<artifactId>jackson-module-scala_2.10</artifactId>
220220
<version>2.3.1</version>
221221
</dependency>
222+
<dependency>
223+
<groupId>com.sun.jersey</groupId>
224+
<artifactId>jersey-server</artifactId>
225+
<version>1.9</version>
226+
</dependency>
222227
<dependency>
223228
<groupId>org.glassfish.jersey.media</groupId>
224229
<artifactId>jersey-media-json-jackson</artifactId>

0 commit comments

Comments
 (0)