Author: ningjiang
Date: Thu Apr 22 08:32:02 2010
New Revision: 936648

URL: http://svn.apache.org/viewvc?rev=936648&view=rev
Log:
Fixed the camel-example-spring-javaconfig build error and clean up the 
camel-example-reportincident

Modified:
    camel/trunk/examples/camel-example-reportincident/pom.xml
    camel/trunk/examples/camel-example-spring-javaconfig/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=936648&r1=936647&r2=936648&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-reportincident/pom.xml (original)
+++ camel/trunk/examples/camel-example-reportincident/pom.xml Thu Apr 22 
08:32:02 2010
@@ -60,8 +60,16 @@
 
         <!-- mock mail server so we do not send an email for real -->
         <dependency>
-            <groupId>org.apache.camel.tests</groupId>
-            <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
+            <groupId>org.jvnet.mock-javamail</groupId>
+            <artifactId>mock-javamail</artifactId>
+            <version>1.7</version>
+            <exclusions>
+              <exclusion>
+                <groupId>javax.mail</groupId>
+                <artifactId>mail</artifactId>
+              </exclusion>
+            </exclusions>
+            <scope>test</scope>
         </dependency>
 
                <!-- cxf -->

Modified: camel/trunk/examples/camel-example-spring-javaconfig/pom.xml
URL: 
http://svn.apache.org/viewvc/camel/trunk/examples/camel-example-spring-javaconfig/pom.xml?rev=936648&r1=936647&r2=936648&view=diff
==============================================================================
--- camel/trunk/examples/camel-example-spring-javaconfig/pom.xml (original)
+++ camel/trunk/examples/camel-example-spring-javaconfig/pom.xml Thu Apr 22 
08:32:02 2010
@@ -23,7 +23,7 @@
        <parent>
                <groupId>org.apache.camel</groupId>
                <artifactId>examples</artifactId>
-               <version>2.2-SNAPSHOT</version>
+               <version>2.3-SNAPSHOT</version>
        </parent>
 
        <artifactId>camel-example-spring-javaconfig</artifactId>


Reply via email to