diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-22 08:49:49 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-22 08:49:49 +0100 |
commit | f5970e6aa4f621e870db8a9337fb00598cd85703 (patch) | |
tree | 6bf0c55eda66616dde97cc71b26c38eee19b02ab /id/server/moa-id-commons | |
parent | 9b980ba714e6d59abcccb10df5036c0c318721c5 (diff) | |
download | moa-id-spss-f5970e6aa4f621e870db8a9337fb00598cd85703.tar.gz moa-id-spss-f5970e6aa4f621e870db8a9337fb00598cd85703.tar.bz2 moa-id-spss-f5970e6aa4f621e870db8a9337fb00598cd85703.zip |
update third party libs
Diffstat (limited to 'id/server/moa-id-commons')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index df38c8384..ea9e06fd6 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -245,7 +245,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.2</version> + <version>${junit.version}</version> <scope>test</scope> </dependency> @@ -266,16 +266,10 @@ <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> - <version>1.4.178</version> + <version>1.4.191</version> <scope>test</scope> </dependency> -<!-- <dependency> - <groupId>commons-dbcp</groupId> - <artifactId>commons-dbcp</artifactId> - <version>1.4</version> - </dependency> --> - <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-dbcp2</artifactId> |