diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-06 10:16:56 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-06 10:16:56 +0200 |
commit | 08c8055371a1b72e66126ad118622e4288da2494 (patch) | |
tree | e5c89ac74f4974e3713622c76cb6388f25ae7452 /id/server/modules | |
parent | cdcf96f74ecb1834cb045aac983b023d957d8b74 (diff) | |
download | moa-id-spss-08c8055371a1b72e66126ad118622e4288da2494.tar.gz moa-id-spss-08c8055371a1b72e66126ad118622e4288da2494.tar.bz2 moa-id-spss-08c8055371a1b72e66126ad118622e4288da2494.zip |
add opensaml as dependency
Diffstat (limited to 'id/server/modules')
-rw-r--r-- | id/server/modules/moa-id-module-eIDAS/pom.xml | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml index 07679a5a7..ed7cbdb41 100644 --- a/id/server/modules/moa-id-module-eIDAS/pom.xml +++ b/id/server/modules/moa-id-module-eIDAS/pom.xml @@ -27,7 +27,7 @@ <repository> <id>egiz-shibboleth-mirror</id> <name>egiz-shibboleth-mirror</name> - <url>https://apps.egiz.gv.at/shibboleth_nexus/</url> + <url>https://apps.egiz.gv.at/shibboleth_nexus/</url> </repository> <repository> <id>moaid_local</id> @@ -102,6 +102,19 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>org.opensaml</groupId> + <artifactId>opensaml</artifactId> + </dependency> + <dependency> + <groupId>org.opensaml</groupId> + <artifactId>xmltooling</artifactId> + </dependency> + <dependency> + <groupId>org.opensaml</groupId> + <artifactId>openws</artifactId> + </dependency> + <!-- eidas Commons --> <dependency> <groupId>eu.eidas</groupId> |