You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by cm...@apache.org on 2012/07/26 21:22:55 UTC

svn commit: r1366161 - /camel/branches/camel-2.10.x/examples/camel-example-cxf-tomcat/pom.xml

Author: cmueller
Date: Thu Jul 26 19:22:55 2012
New Revision: 1366161

URL: http://svn.apache.org/viewvc?rev=1366161&view=rev
Log:
CAMEL-5472: missing dependency to spring-web in camel-example-cxf-tomcat

Modified:
    camel/branches/camel-2.10.x/examples/camel-example-cxf-tomcat/pom.xml

Modified: camel/branches/camel-2.10.x/examples/camel-example-cxf-tomcat/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.10.x/examples/camel-example-cxf-tomcat/pom.xml?rev=1366161&r1=1366160&r2=1366161&view=diff
==============================================================================
--- camel/branches/camel-2.10.x/examples/camel-example-cxf-tomcat/pom.xml (original)
+++ camel/branches/camel-2.10.x/examples/camel-example-cxf-tomcat/pom.xml Thu Jul 26 19:22:55 2012
@@ -81,7 +81,11 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-servlet</artifactId>
         </dependency>
-
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+        </dependency>
+        
         <!-- cxf -->
         <dependency>
             <groupId>org.apache.cxf</groupId>