Skip to content

Commit a882dd9

Browse files
author
Alexey Gravanov
committed
Since eureka-client does not depends on jersey-bundle it makes no sense to exclude it.
1 parent 697fc36 commit a882dd9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.gradle

+1-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ dependencies {
3838
compile 'org.slf4j:slf4j-api:1.7.2'
3939
compile 'org.codehaus.jackson:jackson-core-asl:1.9.2'
4040
compile 'org.codehaus.jackson:jackson-mapper-asl:1.9.2'
41-
compile('com.netflix.eureka:eureka-client:1.4.1') {
42-
exclude group: 'com.sun.jersey', module: 'jersey-bundle'
43-
}
41+
compile 'com.netflix.eureka:eureka-client:1.4.1'
4442
compile 'com.amazonaws:aws-java-sdk:1.10.5.1'
4543
compile 'commons-lang:commons-lang:2.6'
4644
compile 'com.google.guava:guava:11.0.2'

0 commit comments

Comments
 (0)