diff options
| author | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-02-03 08:33:32 +0100 | 
|---|---|---|
| committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2014-02-03 08:33:32 +0100 | 
| commit | 24029880580770543d788d95b39526853ff5e6dd (patch) | |
| tree | ea89f11d6baec921b183dcb528881c3135800d4a | |
| parent | 04ba04826a5f88e0459b7a47a55118933d929cc6 (diff) | |
| download | moa-id-spss-24029880580770543d788d95b39526853ff5e6dd.tar.gz moa-id-spss-24029880580770543d788d95b39526853ff5e6dd.tar.bz2 moa-id-spss-24029880580770543d788d95b39526853ff5e6dd.zip | |
add Repo
| -rw-r--r-- | id/server/stork2-commons/pom.xml | 9 | 
1 files changed, 9 insertions, 0 deletions
| diff --git a/id/server/stork2-commons/pom.xml b/id/server/stork2-commons/pom.xml index a71ee1628..b658a8e12 100644 --- a/id/server/stork2-commons/pom.xml +++ b/id/server/stork2-commons/pom.xml @@ -15,6 +15,15 @@          The STORKCommons library provides beans, Java Interfaces and utility classes to integrate PEPS and SAML Engine.    </description> +   +  <repositories> +		<repository> +			<id>shibboleth.internet2.edu</id> +			<name>Internet2</name> +			<url>https://build.shibboleth.net/nexus/content/groups/public/</url> +		</repository> +	</repositories> +    	<dependencies>  		<!-- Joda --> | 
