You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dk...@apache.org on 2015/06/30 16:26:45 UTC

svn commit: r1688456 - in /camel/website: ./ pom.xml

Author: dkulp
Date: Tue Jun 30 14:26:45 2015
New Revision: 1688456

URL: http://svn.apache.org/r1688456
Log:
Use deployed site generator

Modified:
    camel/website/   (props changed)
    camel/website/pom.xml

Propchange: camel/website/
            ('svn:externals' removed)

Modified: camel/website/pom.xml
URL: http://svn.apache.org/viewvc/camel/website/pom.xml?rev=1688456&r1=1688455&r2=1688456&view=diff
==============================================================================
--- camel/website/pom.xml (original)
+++ camel/website/pom.xml Tue Jun 30 14:26:45 2015
@@ -25,14 +25,7 @@
     <name>Apache Camel Confluence Site Exporter</name>
     <url>http://camel.apache.org</url>
 
-    <parent>
-        <groupId>org.apache.cxf</groupId>
-        <artifactId>cxf-parent</artifactId>
-        <version>3.1.1</version>
-    </parent>
-
     <properties>
-        <cxf.version>3.1.1</cxf.version>
         <extra.arg></extra.arg>
         <svn.arg1></svn.arg1>
         <svn.arg2></svn.arg2>
@@ -43,23 +36,9 @@
 
     <dependencies>
         <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>
-        <dependency>
-            <groupId>org.ccil.cowan.tagsoup</groupId>
-            <artifactId>tagsoup</artifactId>
-            <version>1.2.1</version>
+            <groupId>org.apache.cxf.site-export</groupId>
+            <artifactId>cxf-site-export</artifactId>
+            <version>1.0-SNAPSHOT</version>
         </dependency>
     </dependencies>