Skip to content

Commit

Permalink
Merge pull request #50 from juanjux/add_commons2
Browse files Browse the repository at this point in the history
Changed format of commons-lang dependency
  • Loading branch information
juanjux authored Dec 22, 2018
2 parents 7aff5fc + c049f2f commit 948e68e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
compile fileTree(dir: 'vendor/idea-IU-171.4694.73/lib', include: ['*.jar'])
compile group: 'com.github.jansorg', name: 'BashSupport', version: '1c92743a01'
compile group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: '2.8.6'
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.8.1'
compile group: 'commons-lang', name: 'commons-lang', version: '2.6'
testCompile group: 'junit', name: 'junit', version: '4.12'
testCompile group: 'org.easytesting', name: 'fest-assert', version: '1.4'
testCompile group: 'commons-io', name: 'commons-io', version: '2.5'
Expand Down

0 comments on commit 948e68e

Please sign in to comment.