You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ff...@apache.org on 2014/10/14 10:22:19 UTC

svn commit: r1631674 - /servicemix/smx4/bundles/trunk/opensaml-2.6.1/pom.xml

Author: ffang
Date: Tue Oct 14 08:22:18 2014
New Revision: 1631674

URL: http://svn.apache.org/r1631674
Log:
remove Shibboleth repository as opensaml 2.6.1 already in maven central repo

Modified:
    servicemix/smx4/bundles/trunk/opensaml-2.6.1/pom.xml

Modified: servicemix/smx4/bundles/trunk/opensaml-2.6.1/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/opensaml-2.6.1/pom.xml?rev=1631674&r1=1631673&r2=1631674&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/opensaml-2.6.1/pom.xml (original)
+++ servicemix/smx4/bundles/trunk/opensaml-2.6.1/pom.xml Tue Oct 14 08:22:18 2014
@@ -115,19 +115,6 @@
         </dependency>
     </dependencies>
 
-    <repositories>
-        <repository>
-            <id>shibboleth</id>
-            <name>Shibboleth Releases</name>
-            <url>https://build.shibboleth.net/nexus/content/repositories/releases/</url>
-            <releases>
-                <enabled>true</enabled>
-            </releases>
-            <snapshots>
-                <enabled>false</enabled>
-            </snapshots>
-        </repository>
-    </repositories>
 
     <build>
         <plugins>