[java-idp-example-jetty-base] branch 9.2 updated: Add Shibboleth repositories to POM.
Tom Zeller
tzeller at dragonacea.biz
Tue May 24 18:37:42 EDT 2016
This is an automated email from the git hooks/post-receive script.
tzeller pushed a commit to branch 9.2
in repository java-idp-example-jetty-base.
The following commit(s) were added to refs/heads/9.2 by this push:
new 3dcad9a Add Shibboleth repositories to POM.
3dcad9a is described below
commit 3dcad9a7d037fd90d679eefa2f0590408ba1480a
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Tue May 24 17:35:50 2016 -0500
Add Shibboleth repositories to POM.
---
pom.xml | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/pom.xml b/pom.xml
index fc0f483..9d663d6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,6 +20,23 @@
<jetty9-dta-ssl.version>1.0.0</jetty9-dta-ssl.version>
</properties>
+ <repositories>
+ <repository>
+ <id>shib-release</id>
+ <url>https://build.shibboleth.net/nexus/content/groups/public</url>
+ <snapshots>
+ <enabled>false</enabled>
+ </snapshots>
+ </repository>
+ <repository>
+ <id>shib-snapshot</id>
+ <url>https://build.shibboleth.net/nexus/content/repositories/snapshots</url>
+ <releases>
+ <enabled>false</enabled>
+ </releases>
+ </repository>
+ </repositories>
+
<dependencies>
<!-- Compile Dependencies -->
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list