You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2011/06/01 16:28:54 UTC

svn commit: r1130161 - /camel/trunk/examples/camel-example-cxf/pom.xml

Author: ningjiang
Date: Wed Jun  1 14:28:54 2011
New Revision: 1130161

URL: http://svn.apache.org/viewvc?rev=1130161&view=rev
Log:
CAMEL-2389 Fixed the build of camel-example-cxf

Modified:
    camel/trunk/examples/camel-example-cxf/pom.xml

Modified: camel/trunk/examples/camel-example-cxf/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-cxf/pom.xml?rev=1130161&r1=1130160&r2=1130161&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-cxf/pom.xml (original)
+++ camel/trunk/examples/camel-example-cxf/pom.xml Wed Jun  1 14:28:54 2011
@@ -64,6 +64,11 @@
 			<groupId>org.apache.camel</groupId>
 			<artifactId>camel-cxf</artifactId>
 		</dependency>
+		
+		<dependency>
+			<groupId>org.apache.camel</groupId>
+			<artifactId>camel-cxf-transport</artifactId>
+		</dependency>
 
 		<dependency>
 			<groupId>org.apache.camel</groupId>