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>