diff options
author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-17 07:56:26 +0100 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2016-03-17 07:56:26 +0100 |
commit | b9b9539464cf84c8c2e317ee94cc6f032fdd8cca (patch) | |
tree | ead25fc3a81a3a86c653f882a8cd867d6b0984fa /id | |
parent | e03689468de9aaa0bd2b3234b8e6842988a29684 (diff) | |
download | moa-id-spss-b9b9539464cf84c8c2e317ee94cc6f032fdd8cca.tar.gz moa-id-spss-b9b9539464cf84c8c2e317ee94cc6f032fdd8cca.tar.bz2 moa-id-spss-b9b9539464cf84c8c2e317ee94cc6f032fdd8cca.zip |
add missing maven repo. for openSAML impl. jars
Diffstat (limited to 'id')
-rw-r--r-- | id/server/moa-id-commons/pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/id/server/moa-id-commons/pom.xml b/id/server/moa-id-commons/pom.xml index c722b265e..2fc72119e 100644 --- a/id/server/moa-id-commons/pom.xml +++ b/id/server/moa-id-commons/pom.xml @@ -23,6 +23,11 @@ <name>local</name> <url>file:${basedir}/../../../repository</url> </repository> + <repository> + <id>shibboleth.internet2.edu</id> + <name>Internet2</name> + <url>https://build.shibboleth.net/nexus/content/groups/public/</url> + </repository> <repository> <id>hyberjaxb</id> <url>http://repository.highsource.org/maven2/releases/</url> |