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/modules/moa-id-module-openID | |
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/modules/moa-id-module-openID')
-rw-r--r-- | id/server/modules/moa-id-module-openID/pom.xml | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/id/server/modules/moa-id-module-openID/pom.xml b/id/server/modules/moa-id-module-openID/pom.xml index 318ee8228..080d5ae0b 100644 --- a/id/server/modules/moa-id-module-openID/pom.xml +++ b/id/server/modules/moa-id-module-openID/pom.xml @@ -20,6 +20,12 @@ <dependencies> <dependency> + <groupId>commons-codec</groupId> + <artifactId>commons-codec</artifactId> + <version>1.10</version> + </dependency> + + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> @@ -67,11 +73,11 @@ </exclusions> </dependency> - <dependency> +<!-- <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>19.0</version> - </dependency> + </dependency> --> <!-- TestNG --> <dependency> |