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/module-stork | |
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/module-stork')
-rw-r--r-- | id/server/modules/module-stork/pom.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/id/server/modules/module-stork/pom.xml b/id/server/modules/module-stork/pom.xml index 234c8d28a..b52c10391 100644 --- a/id/server/modules/module-stork/pom.xml +++ b/id/server/modules/module-stork/pom.xml @@ -22,6 +22,33 @@ <dependencies> <dependency> + <groupId>eu.stork</groupId> + <artifactId>DocumentService</artifactId> + <version>0.0.1-SNAPSHOT</version> + <classifier>classes</classifier> + <exclusions> + <exclusion> + <artifactId>axis</artifactId> + <groupId>org.apache.axis</groupId> + </exclusion> + <exclusion> + <artifactId>bcprov-jdk16</artifactId> + <groupId>org.bouncycastle</groupId> + </exclusion> + <exclusion> + <artifactId>jaxws-tools</artifactId> + <groupId>com.sun.xml.ws</groupId> + </exclusion> + </exclusions> + </dependency> + + <dependency> + <groupId>eu.stork</groupId> + <artifactId>SamlEngine</artifactId> + <version>1.5.1</version> + </dependency> + + <dependency> <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> <scope>test</scope> |