You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by bv...@apache.org on 2012/09/13 17:24:53 UTC

svn commit: r1384369 - /camel/trunk/examples/camel-example-reportincident/pom.xml

Author: bvahdat
Date: Thu Sep 13 15:24:53 2012
New Revision: 1384369

URL: http://svn.apache.org/viewvc?rev=1384369&view=rev
Log:
CAMEL-5609: Added the missing org.springframework.spring-web dependency.

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

Modified: camel/trunk/examples/camel-example-reportincident/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-reportincident/pom.xml?rev=1384369&r1=1384368&r2=1384369&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-reportincident/pom.xml (original)
+++ camel/trunk/examples/camel-example-reportincident/pom.xml Thu Sep 13 15:24:53 2012
@@ -58,6 +58,12 @@
 			<artifactId>camel-mail</artifactId>
 		</dependency>
 
+        <!-- we make use of spring ContextLoaderListener to launch Camel -->
+        <dependency>
+            <groupId>org.springframework</groupId>
+            <artifactId>spring-web</artifactId>
+        </dependency>
+
     <!-- mock mail server so we do not send an email for real -->
     <dependency>
         <groupId>org.jvnet.mock-javamail</groupId>