Author: jcarman
Date: Wed Nov 5 03:06:51 2008
New Revision: 711552
URL: http://svn.apache.org/viewvc?rev=711552&view=rev
Log:
Specifying a specific version of SLF4J.
Modified:
commons/proper/proxy/trunk/pom.xml
Modified: commons/proper/proxy/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/proxy/trunk/pom.xml?rev=711552&r1=711551&r2=711552&view=diff
==============================================================================
--- commons/proper/proxy/trunk/pom.xml (original)
+++ commons/proper/proxy/trunk/pom.xml Wed Nov 5 03:06:51 2008
@@ -161,7 +161,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
- <version>[1.4.0,)</version>
+ <version>1.4.3</version>
<optional>true</optional>
</dependency>
<dependency>