Skip to content

Commit 387d4c6

Browse files
committed
Fixed jose4j versioning for Maven
1 parent fd24091 commit 387d4c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '[2.3.1,2.99999)'
5353
compile group: 'commons-validator', name: 'commons-validator', version: '[1.4.0,1.99999)'
5454
compile group: 'commons-codec', name: 'commons-codec', version: '[1.9,1.99999]'
55-
compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.+'
55+
compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '[0.7,1.0)'
5656
// TODO: find out how to initialize these dependencies properly, or remove them
5757
//compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.5'
5858
//compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.5'

0 commit comments

Comments
 (0)