diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-06 09:08:40 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2019-08-06 09:08:40 +0200 |
commit | 86d637b64f5e5e57575ce10de4881c6c9a7f946f (patch) | |
tree | 0ca411c80a3b7ebedf72b49cbd3cc72913665c2a /id/server/modules/moa-id-module-eIDAS | |
parent | dfd9841f52be288bb4b4609591fcff0cb6b361e8 (diff) | |
download | moa-id-spss-86d637b64f5e5e57575ce10de4881c6c9a7f946f.tar.gz moa-id-spss-86d637b64f5e5e57575ce10de4881c6c9a7f946f.tar.bz2 moa-id-spss-86d637b64f5e5e57575ce10de4881c6c9a7f946f.zip |
change order of repos
Diffstat (limited to 'id/server/modules/moa-id-module-eIDAS')
-rw-r--r-- | id/server/modules/moa-id-module-eIDAS/pom.xml | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/id/server/modules/moa-id-module-eIDAS/pom.xml b/id/server/modules/moa-id-module-eIDAS/pom.xml index a2dff9a9f..578116cf2 100644 --- a/id/server/modules/moa-id-module-eIDAS/pom.xml +++ b/id/server/modules/moa-id-module-eIDAS/pom.xml @@ -30,6 +30,13 @@ </activation> <repositories> <repository> + <id>egiz-shibboleth-mirror</id> + <url>https://apps.egiz.gv.at/shibboleth_nexus/</url> + <releases> + <enabled>true</enabled> + </releases> + </repository> + <repository> <id>moaid_local</id> <name>local</name> <url>file:${basedir}/../../../../repository</url> @@ -41,13 +48,7 @@ <enabled>true</enabled> </releases> </repository> - <repository> - <id>egiz-shibboleth-mirror</id> - <url>https://apps.egiz.gv.at/shibboleth_nexus/</url> - <releases> - <enabled>true</enabled> - </releases> - </repository> + </repositories> </profile> </profiles> |