Skip to content

Commit

Permalink
fixed dependency notation for maven central
Browse files Browse the repository at this point in the history
  • Loading branch information
sargue committed Dec 22, 2015
1 parent 4699b9f commit fea379c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ repositories {
}

dependencies {
compile 'org.glassfish.jersey.core:jersey-client:2.+'
compile 'org.glassfish.jersey.media:jersey-media-multipart:2.+'
compile 'org.glassfish.jersey.core:jersey-client:[2.22,)'
compile 'org.glassfish.jersey.media:jersey-media-multipart:[2.22,)'
testCompile group: 'junit', name: 'junit', version: '4.11'
}

Expand Down

0 comments on commit fea379c

Please sign in to comment.