Author: ebourg Date: Fri Jun 19 10:46:19 2009 New Revision: 786446 URL: http://svn.apache.org/viewvc?rev=786446&view=rev Log: JUnit update (3.8.1 -> 3.8.2)
Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml Modified: commons/proper/configuration/branches/configuration2_experimental/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/pom.xml?rev=786446&r1=786445&r2=786446&view=diff ============================================================================== --- commons/proper/configuration/branches/configuration2_experimental/pom.xml (original) +++ commons/proper/configuration/branches/configuration2_experimental/pom.xml Fri Jun 19 10:46:19 2009 @@ -214,7 +214,7 @@ <version>1.8.0</version> <optional>true</optional> </dependency> - + <dependency> <groupId>commons-jexl</groupId> <artifactId>commons-jexl</artifactId> @@ -230,20 +230,6 @@ </dependency> <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-api</artifactId> - <version>1.5.6</version> - <scope>test</scope> - </dependency> - - <dependency> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - <version>1.5.6</version> - <scope>test</scope> - </dependency> - - <dependency> <groupId>javax.mail</groupId> <artifactId>mail</artifactId> <version>1.4</version> @@ -308,7 +294,7 @@ <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> + <version>3.8.2</version> <scope>test</scope> </dependency> @@ -352,6 +338,20 @@ <version>1.2</version> <scope>test</scope> </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-api</artifactId> + <version>1.5.6</version> + <scope>test</scope> + </dependency> + + <dependency> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + <version>1.5.6</version> + <scope>test</scope> + </dependency> </dependencies> <build>