diff options
author | James Moger <james.moger@gitblit.com> | 2014-11-09 12:22:12 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-11-09 12:22:12 -0500 |
commit | 97358035987e26ea801abac461bf5b5c9a406aa7 (patch) | |
tree | e6a34fc922a9ca56092518db233526985c780630 /build.moxie | |
parent | 96d0aca9ff3b29be62bc6558af80fe115b646b88 (diff) | |
download | iciql-97358035987e26ea801abac461bf5b5c9a406aa7.tar.gz iciql-97358035987e26ea801abac461bf5b5c9a406aa7.zip |
Moved data type adapters into separate package, added gson and xstream
Diffstat (limited to 'build.moxie')
-rw-r--r-- | build.moxie | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.moxie b/build.moxie index 03acef4..0595b2d 100644 --- a/build.moxie +++ b/build.moxie @@ -101,5 +101,7 @@ dependencies: - provided 'org.slf4j:slf4j-api:1.6.1' - provided 'commons-pool:commons-pool:1.5.6' - provided 'commons-dbcp:commons-dbcp:1.4' +- provided 'com.google.code.gson:gson:2.3' +- provided 'com.thoughtworks.xstream:xstream:1.4.7' - test 'junit' - build 'jacoco' |