Author: jstrachan
Date: Thu Apr 5 10:12:58 2007
New Revision: 525895
URL: http://svn.apache.org/viewvc?view=rev&rev=525895
Log:
added Williams's patch
Modified:
activemq/camel/trunk/camel-cxf/pom.xml
Modified: activemq/camel/trunk/camel-cxf/pom.xml
URL:
http://svn.apache.org/viewvc/activemq/camel/trunk/camel-cxf/pom.xml?view=diff&rev=525895&r1=525894&r2=525895
==============================================================================
--- activemq/camel/trunk/camel-cxf/pom.xml (original)
+++ activemq/camel/trunk/camel-cxf/pom.xml Thu Apr 5 10:12:58 2007
@@ -22,6 +22,10 @@
<modelVersion>4.0.0</modelVersion>
+ <properties>
+ <cxf.version>2.0-incubator-RC-SNAPSHOT</cxf.version>
+ </properties>
+
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-parent</artifactId>
@@ -51,25 +55,38 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-transports-local</artifactId>
- <version>2.0-incubator-RC-SNAPSHOT</version>
+ <version>${cxf.version}</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-transports-http</artifactId>
+ <version>${cxf.version}</version>
+ <scope>test</scope>
+ </dependency>
+
+ <dependency>
+ <groupId>org.apache.cxf</groupId>
+ <artifactId>cxf-rt-frontend-simple</artifactId>
+ <version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-management</artifactId>
- <version>2.0-incubator-RC-SNAPSHOT</version>
+ <version>${cxf.version}</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-testutils</artifactId>
- <version>2.0-incubator-RC-SNAPSHOT</version>
+ <version>${cxf.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-tools-common</artifactId>
- <version>2.0-incubator-RC-SNAPSHOT</version>
+ <version>${cxf.version}</version>
</dependency>