You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2010/11/11 10:00:49 UTC

svn commit: r1033846 - /camel/trunk/tests/camel-itest/pom.xml

Author: davsclaus
Date: Thu Nov 11 09:00:49 2010
New Revision: 1033846

URL: http://svn.apache.org/viewvc?rev=1033846&view=rev
Log:
Fixed test.

Modified:
    camel/trunk/tests/camel-itest/pom.xml

Modified: camel/trunk/tests/camel-itest/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest/pom.xml?rev=1033846&r1=1033845&r2=1033846&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest/pom.xml (original)
+++ camel/trunk/tests/camel-itest/pom.xml Thu Nov 11 09:00:49 2010
@@ -97,6 +97,13 @@
             <groupId>org.apache.camel</groupId>
             <artifactId>camel-rss</artifactId>
             <scope>test</scope>
+            <!-- conflicts with mockmail for unit testing, so we exclude this geronimo spec -->
+            <exclusions>
+                <exclusion>
+                    <groupId>org.apache.geronimo.specs</groupId>
+                    <artifactId>geronimo-javamail_1.4_spec</artifactId>
+                </exclusion>
+            </exclusions>
         </dependency>
         <dependency>
             <groupId>org.apache.camel</groupId>