diff options
author | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2015-11-03 14:38:34 +0100 |
---|---|---|
committer | Andreas Fitzek <andreas.fitzek@iaik.tugraz.at> | 2015-11-03 14:38:34 +0100 |
commit | 0872d2d8a64fd701776b272f49222428d8def07f (patch) | |
tree | 0954a523ad2cc7ad615dbbae5282dd56497e4c6e /moaSig/moa-sig-lib/build.gradle | |
parent | e635718b8d6a12e4e80207c8bdf30b02eed3f2ab (diff) | |
download | moa-sig-0872d2d8a64fd701776b272f49222428d8def07f.tar.gz moa-sig-0872d2d8a64fd701776b272f49222428d8def07f.tar.bz2 moa-sig-0872d2d8a64fd701776b272f49222428d8def07f.zip |
initial commit
Diffstat (limited to 'moaSig/moa-sig-lib/build.gradle')
-rw-r--r-- | moaSig/moa-sig-lib/build.gradle | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/moaSig/moa-sig-lib/build.gradle b/moaSig/moa-sig-lib/build.gradle new file mode 100644 index 0000000..7e46f0a --- /dev/null +++ b/moaSig/moa-sig-lib/build.gradle @@ -0,0 +1,15 @@ + +dependencies { + compile fileTree(dir: '../libs', include: '*.jar') + compile project(':common') + + compile 'log4j:log4j:1.2.17' + compile 'commons-logging:commons-logging:1.2' + compile 'commons-io:commons-io:2.4' + compile 'org.apache.axis:axis-jaxrpc:1.4' + compile 'org.xerial:sqlite-jdbc:3.8.11.2' + compile 'javax.xml.bind:jaxb-api:2.2.12' + compile 'com.sun.xml.bind:jaxb-core:2.2.11' + compile 'org.postgresql:postgresql:9.4-1204-jdbc42' +} + |