diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-12-18 12:59:33 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-12-18 12:59:33 +0100 |
commit | 5abe951ec537b63b0cf70c4be203d96b308e5985 (patch) | |
tree | 097a08c561e0eb85c99e0d4272bb030e6e0f0d6d /id/server/modules/module-stork/pom.xml | |
parent | 18e5a374e82b7243a50d371d1a77032db37897d1 (diff) | |
download | moa-id-spss-5abe951ec537b63b0cf70c4be203d96b308e5985.tar.gz moa-id-spss-5abe951ec537b63b0cf70c4be203d96b308e5985.tar.bz2 moa-id-spss-5abe951ec537b63b0cf70c4be203d96b308e5985.zip |
fix broken STORK depentencies
Diffstat (limited to 'id/server/modules/module-stork/pom.xml')
-rw-r--r-- | id/server/modules/module-stork/pom.xml | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/id/server/modules/module-stork/pom.xml b/id/server/modules/module-stork/pom.xml index 234c8d28a..1b2e3f008 100644 --- a/id/server/modules/module-stork/pom.xml +++ b/id/server/modules/module-stork/pom.xml @@ -34,6 +34,50 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>eu.stork</groupId> + <artifactId>oasis-dss-api</artifactId> + <version>1.0.0-RELEASE</version> + <exclusions> + <exclusion> + <groupId>org.apache.commons</groupId> + <artifactId>commons-io</artifactId> + </exclusion> + </exclusions> + </dependency> + + <!-- <dependency> + <groupId>eu.stork</groupId> + <artifactId>Commons</artifactId> + <version>1.4.0</version> + </dependency> --> + <dependency> + <groupId>eu.stork</groupId> + <artifactId>SamlEngine</artifactId> + <version>1.5.1</version> + </dependency> + + <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> + </dependencies> </project> |