You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ce...@apache.org on 2013/11/12 22:10:02 UTC

svn commit: r1541237 - /activemq/activemq-website/pom.xml

Author: ceposta
Date: Tue Nov 12 21:10:01 2013
New Revision: 1541237

URL: http://svn.apache.org/r1541237
Log:
patch applied to use latest versions of libraries. trying to remedy the website code-snippets issue

Modified:
    activemq/activemq-website/pom.xml

Modified: activemq/activemq-website/pom.xml
URL: http://svn.apache.org/viewvc/activemq/activemq-website/pom.xml?rev=1541237&r1=1541236&r2=1541237&view=diff
==============================================================================
--- activemq/activemq-website/pom.xml (original)
+++ activemq/activemq-website/pom.xml Tue Nov 12 21:10:01 2013
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.activemq</groupId>
         <artifactId>activemq-parent</artifactId>
-        <version>5.7.0</version>
+        <version>5.9.0</version>
     </parent>
 
     <groupId>org.apache.activemq</groupId>
@@ -34,7 +34,6 @@
 
     
     <properties>
-        <cxf.version>2.5.2</cxf.version>
         <extra.arg></extra.arg>
         <svn.arg1></svn.arg1>
         <svn.arg2></svn.arg2>
@@ -44,23 +43,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>