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

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


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

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

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

commit ccbeca8dc1a655c7eb63cc74d593973e6c8a7d63
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 d9e5848..538b356 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,23 @@
     <artifactId>idp-example-jetty-base</artifactId>
     <packaging>jar</packaging>
 
+    <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