Skip to content

Commit 17030ff

Browse files
author
Alexey Gravanov
committed
Updating version of jersey-servlet to match version of eureka-client's dependencies. Also removed explicit dependency on jersey-core because -servlet have dependency on -server, which have dependency on -core, so it will come anyway in right version.
1 parent a882dd9 commit 17030ff

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

build.gradle

+1-2
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ dependencies {
3333
// for DB support outside of AWS (SimpleDB not available)
3434
compile 'org.mapdb:mapdb:0.9.5'
3535

36-
compile 'com.sun.jersey:jersey-core:1.11'
37-
compile 'com.sun.jersey:jersey-servlet:1.11'
36+
compile 'com.sun.jersey:jersey-servlet:1.19'
3837
compile 'org.slf4j:slf4j-api:1.7.2'
3938
compile 'org.codehaus.jackson:jackson-core-asl:1.9.2'
4039
compile 'org.codehaus.jackson:jackson-mapper-asl:1.9.2'

0 commit comments

Comments
 (0)