diff options
author | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2017-01-10 15:10:15 +0100 |
---|---|---|
committer | Thomas Lenz <thomas.lenz@egiz.gv.at> | 2017-01-10 15:10:15 +0100 |
commit | c6f686485e50e8de112445da07d98b93278b09d0 (patch) | |
tree | a8318ff3bda10c5b10bc29dabf04cee2d287f307 /moaSig/moa-sig-lib/build.gradle | |
parent | 8574f931c169248c67c3a5946351f9072628af46 (diff) | |
download | moa-sig-c6f686485e50e8de112445da07d98b93278b09d0.tar.gz moa-sig-c6f686485e50e8de112445da07d98b93278b09d0.tar.bz2 moa-sig-c6f686485e50e8de112445da07d98b93278b09d0.zip |
MOA-SP with new TSL RC1
Diffstat (limited to 'moaSig/moa-sig-lib/build.gradle')
-rw-r--r-- | moaSig/moa-sig-lib/build.gradle | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle index 85ac36c..5cbfba7 100644 --- a/moaSig/moa-sig-lib/build.gradle +++ b/moaSig/moa-sig-lib/build.gradle @@ -15,11 +15,12 @@ dependencies { compile 'commons-io:commons-io:2.4' compile 'commons-codec:commons-codec:1.10' compile 'org.apache.axis:axis-jaxrpc:1.4' - compile 'org.xerial:sqlite-jdbc:3.8.11.2' + compile 'org.xerial:sqlite-jdbc:3.15.1' compile 'javax.xml.bind:jaxb-api:2.2.12' compile 'com.sun.xml.bind:jaxb-core:2.2.11' compile 'com.sun.xml.bind:jaxb-impl:2.2.11' compile 'org.postgresql:postgresql:9.4-1204-jdbc42' + compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.5' } task releases(type: Copy) { |