You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ha...@apache.org on 2009/06/25 17:07:23 UTC

svn commit: r788379 - in /camel/trunk: components/camel-bindy/pom.xml components/camel-guice/pom.xml components/camel-quickfix/pom.xml parent/pom.xml

Author: hadrian
Date: Thu Jun 25 15:07:22 2009
New Revision: 788379

URL: http://svn.apache.org/viewvc?rev=788379&view=rev
Log:
CAMEL-1757.  Only use junit 4.5 for components that use guicefruit (only camel-guice) at this point.

Modified:
    camel/trunk/components/camel-bindy/pom.xml
    camel/trunk/components/camel-guice/pom.xml
    camel/trunk/components/camel-quickfix/pom.xml
    camel/trunk/parent/pom.xml

Modified: camel/trunk/components/camel-bindy/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-bindy/pom.xml?rev=788379&r1=788378&r2=788379&view=diff
==============================================================================
--- camel/trunk/components/camel-bindy/pom.xml (original)
+++ camel/trunk/components/camel-bindy/pom.xml Thu Jun 25 15:07:22 2009
@@ -63,7 +63,6 @@
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>            
             <scope>test</scope>
-            <version>4.4</version>
         </dependency>
         <dependency>
             <groupId>log4j</groupId>
@@ -100,4 +99,4 @@
         </plugins>
     </build>
     
-</project>
\ No newline at end of file
+</project>

Modified: camel/trunk/components/camel-guice/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-guice/pom.xml?rev=788379&r1=788378&r2=788379&view=diff
==============================================================================
--- camel/trunk/components/camel-guice/pom.xml (original)
+++ camel/trunk/components/camel-guice/pom.xml Thu Jun 25 15:07:22 2009
@@ -66,6 +66,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
+      <version>4.5</version>
       <scope>test</scope>
     </dependency>
     <dependency>

Modified: camel/trunk/components/camel-quickfix/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/components/camel-quickfix/pom.xml?rev=788379&r1=788378&r2=788379&view=diff
==============================================================================
--- camel/trunk/components/camel-quickfix/pom.xml (original)
+++ camel/trunk/components/camel-quickfix/pom.xml Thu Jun 25 15:07:22 2009
@@ -81,7 +81,6 @@
 		<dependency>
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
-			<version>4.4</version>
 			<scope>test</scope>
 		</dependency>
 

Modified: camel/trunk/parent/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/parent/pom.xml?rev=788379&r1=788378&r2=788379&view=diff
==============================================================================
--- camel/trunk/parent/pom.xml (original)
+++ camel/trunk/parent/pom.xml Thu Jun 25 15:07:22 2009
@@ -72,7 +72,7 @@
     <hsqldb-version>1.8.0.7</hsqldb-version>
     <groovy-version>1.6.3</groovy-version>
     <guiceyfruit-version>2.0</guiceyfruit-version>
-    <junit-version>4.5</junit-version>
+    <junit-version>4.4</junit-version>
     <saxon-version>9.1.0.1</saxon-version>
     <scala-version>2.7.3</scala-version>
     <scala-plugin-version>2.9.1</scala-plugin-version>