Author: ggregory
Date: Wed Oct 15 18:37:42 2014
New Revision: 1632163
URL: http://svn.apache.org/r1632163
Log:
Update tests from slf4j version 1.7.6 to 1.7.7.
Modified:
commons/proper/configuration/trunk/pom.xml
Modified: commons/proper/configuration/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/configuration/trunk/pom.xml?rev=1632163&r1=1632162&r2=1632163&view=diff
==============================================================================
--- commons/proper/configuration/trunk/pom.xml (original)
+++ commons/proper/configuration/trunk/pom.xml Wed Oct 15 18:37:42 2014
@@ -400,21 +400,21 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>1.7.6</version>
+ <version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-ext</artifactId>
- <version>1.7.6</version>
+ <version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <version>1.7.6</version>
+ <version>${slf4j.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
@@ -446,6 +446,7 @@
org.apache.commons.vfs2.*;resolution:=optional,
*
</commons.osgi.import>
+ <slf4j.version>1.7.7</slf4j.version>
</properties>
<build>