You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cs...@apache.org on 2011/06/02 20:31:11 UTC

svn commit: r1130706 - /camel/trunk/components/camel-cxf-transport/pom.xml

Author: cschneider
Date: Thu Jun  2 18:31:11 2011
New Revision: 1130706

URL: http://svn.apache.org/viewvc?rev=1130706&view=rev
Log:
CAMEL-2389 Fixing failing unit test by adding the jax ws frontend in test scope

Modified:
    camel/trunk/components/camel-cxf-transport/pom.xml

Modified: camel/trunk/components/camel-cxf-transport/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-cxf-transport/pom.xml?rev=1130706&r1=1130705&r2=1130706&view=diff
==============================================================================
--- camel/trunk/components/camel-cxf-transport/pom.xml (original)
+++ camel/trunk/components/camel-cxf-transport/pom.xml Thu Jun  2 18:31:11 2011
@@ -97,6 +97,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-frontend-jaxws</artifactId>
+      <version>${cxf-version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
       <version>${httpclient4-version}</version>