Skip to content

Commit

Permalink
Fixed jose4j versioning for Maven
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmantank committed Feb 9, 2021
1 parent fd24091 commit 387d4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '[2.3.1,2.99999)'
compile group: 'commons-validator', name: 'commons-validator', version: '[1.4.0,1.99999)'
compile group: 'commons-codec', name: 'commons-codec', version: '[1.9,1.99999]'
compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '0.7.+'
compile group: 'org.bitbucket.b_c', name: 'jose4j', version: '[0.7,1.0)'
// TODO: find out how to initialize these dependencies properly, or remove them
//compile group: 'org.slf4j', name: 'slf4j-api', version: '1.7.5'
//compile group: 'org.slf4j', name: 'slf4j-simple', version: '1.7.5'
Expand Down

0 comments on commit 387d4c6

Please sign in to comment.