You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ni...@apache.org on 2010/09/25 11:47:34 UTC

svn commit: r1001178 - in /camel/trunk/tests: camel-itest-osgi/pom.xml test-bundles/pom.xml

Author: ningjiang
Date: Sat Sep 25 09:47:34 2010
New Revision: 1001178

URL: http://svn.apache.org/viewvc?rev=1001178&view=rev
Log:
Enable mock-javamail_1.7 bundle build again

Modified:
    camel/trunk/tests/camel-itest-osgi/pom.xml
    camel/trunk/tests/test-bundles/pom.xml

Modified: camel/trunk/tests/camel-itest-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=1001178&r1=1001177&r2=1001178&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
+++ camel/trunk/tests/camel-itest-osgi/pom.xml Sat Sep 25 09:47:34 2010
@@ -138,7 +138,6 @@
 	<dependency>
 	  <groupId>org.apache.camel.tests</groupId>
 	  <artifactId>org.apache.camel.tests.mock-javamail_1.7</artifactId>
-      <version>2.4.0</version>
 	  <scope>test</scope>
     </dependency>
 	<dependency>

Modified: camel/trunk/tests/test-bundles/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/test-bundles/pom.xml?rev=1001178&r1=1001177&r2=1001178&view=diff
==============================================================================
--- camel/trunk/tests/test-bundles/pom.xml (original)
+++ camel/trunk/tests/test-bundles/pom.xml Sat Sep 25 09:47:34 2010
@@ -135,6 +135,6 @@
     </build>
    
    <modules>
-     <!--module>mock-javamail_1.7</module-->
+     <module>mock-javamail_1.7</module>
    </modules>
 </project>