[java-idp-example-jetty-base] branch 9.3 updated: Add Shibboleth repositories to POM.

Tom Zeller tzeller at dragonacea.biz
Tue May 24 18:37:45 EDT 2016


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch 9.3
in repository java-idp-example-jetty-base.

The following commit(s) were added to refs/heads/9.3 by this push:
       new  2ed062d   Add Shibboleth repositories to POM.
2ed062d is described below

commit 2ed062d49f1fa0a308d46109e2b904b148d0aca2
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 89f840d..37c797b 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