diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-21 07:09:04 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-01-21 07:09:04 +0100 |
commit | 0a991b6029f362bf04edcdb76b235090b0005d2b (patch) | |
tree | 4144d10a427b7c80de67db7d20850c8ade4a3421 /id/server/moa-id-commons | |
parent | 243631d8204098c9a434fd96f8b1bfe5b115f62c (diff) | |
download | moa-id-spss-0a991b6029f362bf04edcdb76b235090b0005d2b.tar.gz moa-id-spss-0a991b6029f362bf04edcdb76b235090b0005d2b.tar.bz2 moa-id-spss-0a991b6029f362bf04edcdb76b235090b0005d2b.zip |
move or remove third-party library depentencies
Diffstat (limited to 'id/server/moa-id-commons')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index d5ae6225c..244ea1412 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -178,7 +178,7 @@ <artifactId>spring-orm</artifactId> </dependency> - <dependency> + <dependency> <groupId>com.fasterxml.jackson.core</groupId> <artifactId>jackson-databind</artifactId> </dependency> @@ -203,12 +203,14 @@ <groupId>cglib</groupId> <artifactId>cglib</artifactId> <version>2.2.2</version> + <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>1.4.178</version> + <scope>test</scope> </dependency> <dependency> |