diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-06 07:26:42 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-06 07:26:42 +0200 |
commit | 513195d7a67845c2f13c63372dacd936de460de3 (patch) | |
tree | a96101fb4e485c05d6f26a1bebaad904168a29d7 /id | |
parent | ce90affcdf5238dc474b9ddecdb696551593f322 (diff) | |
download | moa-id-spss-513195d7a67845c2f13c63372dacd936de460de3.tar.gz moa-id-spss-513195d7a67845c2f13c63372dacd936de460de3.tar.bz2 moa-id-spss-513195d7a67845c2f13c63372dacd936de460de3.zip |
add egiz mirror of shibboleth repo into eIDAS-proxy module
Diffstat (limited to 'id')
-rw-r--r-- | id/server/modules/moa-id-module-eIDAS/pom.xml | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml index 199c6edb9..246179a44 100644 --- a/id/server/modules/moa-id-module-eIDAS/pom.xml +++ b/id/server/modules/moa-id-module-eIDAS/pom.xml @@ -30,13 +30,20 @@ </activation> <repositories> <repository> - <id>local</id> + <id>moaid_local</id> <name>local</name> <url>file:${basedir}/../../../../repository</url> </repository> <repository> <id>egiz-commons</id> - <url>https://demo.egiz.gv.at/int-repo/</url> + <url>https://apps.egiz.gv.at/maven/</url> + <releases> + <enabled>true</enabled> + </releases> + </repository> + <repository> + <id>egiz-commons</id> + <url>https://apps.egiz.gv.at/shibboleth_nexus/</url> <releases> <enabled>true</enabled> </releases> |