[java-idp-tomcat-base] 02/06: Add Shibboleth repositories to POM.

Tom Zeller tzeller at dragonacea.biz
Tue Jul 12 16:10:05 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-tomcat-base.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-tomcat-base.git;a=commit;h=3fa612e8135c3a191c2c168a60dfe6cc521a6683

commit 3fa612e8135c3a191c2c168a60dfe6cc521a6683
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Fri Jul 8 15:59:59 2016 -0500

    Add Shibboleth repositories to POM.
---
 pom.xml | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)

diff --git a/pom.xml b/pom.xml
index b1cd885..f331cb8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -15,6 +15,23 @@
     <artifactId>idp-example-tomcat-base</artifactId>
     <packaging>pom</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