Author: nfilotto
Date: 2010-03-03 23:14:55 -0500 (Wed, 03 Mar 2010)
New Revision: 2004
Modified:
ws/trunk/pom.xml
Log:
EXOJCR-563: ws enforce the dependency with slf4j-log4j12
Modified: ws/trunk/pom.xml
===================================================================
--- ws/trunk/pom.xml 2010-03-04 04:02:35 UTC (rev 2003)
+++ ws/trunk/pom.xml 2010-03-04 04:14:55 UTC (rev 2004)
@@ -162,8 +162,20 @@
<groupId>xpp3</groupId>
<artifactId>xpp3</artifactId>
<version>1.1.3.4.O</version>
- </dependency>
-
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.5.8</version>
+ <scope>test</scope>
+ </dependency>
</dependencies>
- </dependencyManagement>
+ </dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <scope>test</scope>
+ </dependency>
+ </dependencies>
</project>
Show replies by date