Skip to content

Commit

Permalink
CAMEL-626: Upgrade CXF to 2.1.1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/activemq/camel/trunk@670442 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
davsclaus committed Jun 23, 2008
1 parent f43736a commit 311a293
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions components/camel-cxf/pom.xml
Expand Up @@ -34,7 +34,7 @@
<description>Camel CXF support</description>

<properties>
<camel.osgi.export.pkg>org.apache.camel.component.cxf.*</camel.osgi.export.pkg>
<camel.osgi.export.pkg>org.apache.camel.component.cxf.*</camel.osgi.export.pkg>
</properties>

<dependencies>
Expand Down Expand Up @@ -74,7 +74,6 @@
<version>${commons-io-version}</version>
</dependency>


<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-core</artifactId>
Expand Down Expand Up @@ -203,7 +202,6 @@
<artifactId>spring-context</artifactId>
</dependency>


<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
Expand All @@ -222,7 +220,6 @@
<scope>test</scope>
</dependency>


</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion examples/camel-example-cxf/README.txt
Expand Up @@ -25,7 +25,7 @@ To run the example with Ant
Apache ActiveMQ
http://activemq.apache.org/
Apache CXF
http://incubator.apache.org/cxf/
http://cxf.apache.org/

b. Export / Set home directories for the above as follows
UNIX
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -37,7 +37,7 @@
<compiler.fork>false</compiler.fork>
<!-- Note that activemq dependency is only used for testing! -->
<activemq-version>5.1.0</activemq-version>
<cxf-version>2.1</cxf-version>
<cxf-version>2.1.1</cxf-version>
<felix-version>1.4.1</felix-version>
<felix-osgi-version>1.0.1</felix-osgi-version>
<geronimo-spec-version>1.1</geronimo-spec-version>
Expand Down

0 comments on commit 311a293

Please sign in to comment.