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 21:28:43 UTC

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

Author: cschneider
Date: Thu Jun  2 19:28:42 2011
New Revision: 1130761

URL: http://svn.apache.org/viewvc?rev=1130761&view=rev
Log:
CAMEL-2389 Fixing failing unit test by adding the jbi binding 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=1130761&r1=1130760&r2=1130761&view=diff
==============================================================================
--- camel/trunk/components/camel-cxf-transport/pom.xml (original)
+++ camel/trunk/components/camel-cxf-transport/pom.xml Thu Jun  2 19:28:42 2011
@@ -103,6 +103,12 @@
       <scope>test</scope>
     </dependency>
     <dependency>
+      <groupId>org.apache.cxf</groupId>
+      <artifactId>cxf-rt-bindings-jbi</artifactId>
+      <version>${cxf-version}</version>
+      <scope>test</scope>
+    </dependency>
+    <dependency>
       <groupId>org.apache.httpcomponents</groupId>
       <artifactId>httpclient</artifactId>
       <version>${httpclient4-version}</version>