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 2015/07/15 16:19:17 UTC

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

Author: coheigea
Date: Wed Jul 15 14:19:17 2015
New Revision: 1691226

URL: http://svn.apache.org/r1691226
Log:
Updating website generation

Modified:
    santuario/website/pom.xml

Modified: santuario/website/pom.xml
URL: http://svn.apache.org/viewvc/santuario/website/pom.xml?rev=1691226&r1=1691225&r2=1691226&view=diff
==============================================================================
--- santuario/website/pom.xml (original)
+++ santuario/website/pom.xml Wed Jul 15 14:19:17 2015
@@ -28,11 +28,11 @@
     <parent>
         <groupId>org.apache.cxf</groupId>
         <artifactId>cxf-parent</artifactId>
-        <version>2.5.10</version>
+        <version>3.1.1</version>
     </parent>
 
     <properties>
-        <cxf.version>2.7.4</cxf.version>
+        <cxf.version>3.1.1</cxf.version>
         <extra.arg></extra.arg>
         <svn.arg1></svn.arg1>
         <svn.arg2></svn.arg2>
@@ -48,16 +48,6 @@
             <version>1.0-SNAPSHOT</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-frontend-jaxws</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
-            <groupId>org.apache.cxf</groupId>
-            <artifactId>cxf-rt-transports-http</artifactId>
-            <version>${cxf.version}</version>
-        </dependency>
-        <dependency>
             <groupId>org.apache.velocity</groupId>
             <artifactId>velocity</artifactId>
         </dependency>