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:34:02 UTC

svn commit: r1384376 - in /camel/branches/camel-2.9.x: ./ examples/camel-example-reportincident/pom.xml

Author: bvahdat
Date: Thu Sep 13 15:34:02 2012
New Revision: 1384376

URL: http://svn.apache.org/viewvc?rev=1384376&view=rev
Log:
Merged revisions 1384375 via svnmerge from 
https://svn.apache.org/repos/asf/camel/branches/camel-2.10.x

................
  r1384375 | bvahdat | 2012-09-13 17:30:24 +0200 (Do, 13 Sep 2012) | 9 lines
  
  Merged revisions 1384369 via svnmerge from 
  https://svn.apache.org/repos/asf/camel/trunk
  
  ........
    r1384369 | bvahdat | 2012-09-13 17:24:53 +0200 (Do, 13 Sep 2012) | 1 line
    
    CAMEL-5609: Added the missing org.springframework.spring-web dependency.
  ........
................

Modified:
    camel/branches/camel-2.9.x/   (props changed)
    camel/branches/camel-2.9.x/examples/camel-example-reportincident/pom.xml

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
  Merged /camel/trunk:r1384369
  Merged /camel/branches/camel-2.10.x:r1384375

Propchange: camel/branches/camel-2.9.x/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.

Modified: camel/branches/camel-2.9.x/examples/camel-example-reportincident/pom.xml
URL: http://svn.apache.org/viewvc/camel/branches/camel-2.9.x/examples/camel-example-reportincident/pom.xml?rev=1384376&r1=1384375&r2=1384376&view=diff
==============================================================================
--- camel/branches/camel-2.9.x/examples/camel-example-reportincident/pom.xml (original)
+++ camel/branches/camel-2.9.x/examples/camel-example-reportincident/pom.xml Thu Sep 13 15:34:02 2012
@@ -59,6 +59,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>