You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2011/02/18 17:41:14 UTC

svn commit: r1072050 - in /cxf/trunk/distribution: manifest/pom.xml pom.xml

Author: coheigea
Date: Fri Feb 18 16:41:14 2011
New Revision: 1072050

URL: http://svn.apache.org/viewvc?rev=1072050&view=rev
Log:
Adding Shibboleth repo to fix distribution build failure.

Modified:
    cxf/trunk/distribution/manifest/pom.xml
    cxf/trunk/distribution/pom.xml

Modified: cxf/trunk/distribution/manifest/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/manifest/pom.xml?rev=1072050&r1=1072049&r2=1072050&view=diff
==============================================================================
--- cxf/trunk/distribution/manifest/pom.xml (original)
+++ cxf/trunk/distribution/manifest/pom.xml Fri Feb 18 16:41:14 2011
@@ -42,6 +42,21 @@
         <cxf.jaxb.xjc.version>${cxf.jaxb22.impl.version}</cxf.jaxb.xjc.version>
     </properties>
 
+    <!-- Temporarily adding Shibboleth repo for Opensaml2 artifacts -->
+    <repositories>
+        <repository>
+            <id>shibboleth</id>
+            <name>Shibboleth Repository</name>
+            <url>http://shibboleth.internet2.edu/downloads/maven2/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+    </repositories>
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>

Modified: cxf/trunk/distribution/pom.xml
URL: http://svn.apache.org/viewvc/cxf/trunk/distribution/pom.xml?rev=1072050&r1=1072049&r2=1072050&view=diff
==============================================================================
--- cxf/trunk/distribution/pom.xml (original)
+++ cxf/trunk/distribution/pom.xml Fri Feb 18 16:41:14 2011
@@ -47,6 +47,22 @@
         <module>manifest</module>
     </modules>
 
+    <!-- Temporarily add the Shibboleth repo to get the Opensaml2 artifacts -->
+    <repositories>
+        <repository>
+            <id>shibboleth</id>
+            <name>Shibboleth Repository</name>
+            <url>http://shibboleth.internet2.edu/downloads/maven2/</url>
+            <snapshots>
+                <enabled>false</enabled>
+            </snapshots>
+            <releases>
+                <enabled>true</enabled>
+            </releases>
+        </repository>
+    </repositories>
+
+
     <dependencies>
         <dependency>
             <groupId>${project.groupId}</groupId>