Author: dkulp
Date: Fri Jun 13 11:12:20 2008
New Revision: 667609
URL: http://svn.apache.org/viewvc?rev=667609&view=rev
Log:
Add ws repository to bundle pom so the dependency reduced pom will be usable
(opensaml not yet at central)
Modified:
cxf/trunk/distribution/bundle/pom.xml
Modified: cxf/trunk/distribution/bundle/pom.xml
URL:
http://svn.apache.org/viewvc/cxf/trunk/distribution/bundle/pom.xml?rev=667609&r1=667608&r2=667609&view=diff
==============================================================================
--- cxf/trunk/distribution/bundle/pom.xml (original)
+++ cxf/trunk/distribution/bundle/pom.xml Fri Jun 13 11:12:20 2008
@@ -250,6 +250,25 @@
</dependency>
</dependencies>
+ <repositories>
+ <!-- work around opensaml not being in central -->
+ <repository>
+ <releases>
+ <enabled>true</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </releases>
+ <snapshots>
+ <enabled>false</enabled>
+ <checksumPolicy>warn</checksumPolicy>
+ </snapshots>
+ <id>apache-ws-snapshots2</id>
+ <name>Apache ws.zones - 2</name>
+ <url>http://ws.zones.apache.org/repository2/</url>
+ </repository>
+ </repositories>
+
+
+
<build>
<resources>
<resource>