You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@santuario.apache.org by co...@apache.org on 2013/12/17 15:59:56 UTC

svn commit: r1551561 - /santuario/website/pom.xml

Author: coheigea
Date: Tue Dec 17 14:59:56 2013
New Revision: 1551561

URL: http://svn.apache.org/r1551561
Log:
Picking up latest CXF changes

Modified:
    santuario/website/pom.xml

Modified: santuario/website/pom.xml
URL: http://svn.apache.org/viewvc/santuario/website/pom.xml?rev=1551561&r1=1551560&r2=1551561&view=diff
==============================================================================
--- santuario/website/pom.xml (original)
+++ santuario/website/pom.xml Tue Dec 17 14:59:56 2013
@@ -43,6 +43,11 @@
 
     <dependencies>
         <dependency>
+            <groupId>org.apache.cxf.site-export</groupId>
+            <artifactId>cxf-site-export</artifactId>
+            <version>1.0-SNAPSHOT</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-rt-frontend-jaxws</artifactId>
             <version>${cxf.version}</version>
@@ -99,6 +104,19 @@
         </pluginManagement>
     </build>
 
+    <repositories>
+          <repository>
+              <id>apache.snapshots</id>
+              <url>http://repository.apache.org/snapshots/</url>
+              <name>Apache Snapshot Repo</name>
+             <snapshots>
+                 <enabled>true</enabled>
+             </snapshots>
+             <releases>
+                 <enabled>false</enabled>
+             </releases>
+         </repository>
+    </repositories>
 
     <profiles>
         <profile>