Author: nfilotto
Date: 2010-03-03 23:31:26 -0500 (Wed, 03 Mar 2010)
New Revision: 2005
Modified:
jcr/trunk/pom.xml
Log:
EXOJCR-563: jcr enforce the dependency with slf4j-log4j12
Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml 2010-03-04 04:14:55 UTC (rev 2004)
+++ jcr/trunk/pom.xml 2010-03-04 04:31:26 UTC (rev 2005)
@@ -209,7 +209,13 @@
<artifactId>slf4j-api</artifactId>
<version>1.5.8</version>
<scope>test</scope>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <version>1.5.8</version>
+ <scope>test</scope>
+ </dependency>
<dependency>
<groupId>stax</groupId>
<artifactId>stax-api</artifactId>
@@ -308,12 +314,6 @@
<classifier>sources</classifier>
</dependency>
<dependency>
- <groupId>org.slf4j</groupId>
- <artifactId>slf4j-log4j12</artifactId>
- <version>1.5.8</version>
- <scope>test</scope>
- </dependency>
- <dependency>
<groupId>hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>1.8.0.7</version>
@@ -365,7 +365,12 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<scope>test</scope>
- </dependency>
+ </dependency>
+ <dependency>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-log4j12</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>
<resources>