Author: dkuleshov
Date: 2010-11-08 10:47:11 -0500 (Mon, 08 Nov 2010)
New Revision: 3409
Modified:
jcr/trunk/exo.jcr.component.core/pom.xml
jcr/trunk/exo.jcr.component.ext/pom.xml
jcr/trunk/exo.jcr.component.webdav/pom.xml
jcr/trunk/exo.jcr.framework.command/pom.xml
jcr/trunk/pom.xml
Log:
EXOJCR-1018: changed some pom.xml files due to the task "Bind slf4j-log4j and log4j
dependencies onto the test phase of the various modules of JCR"
Modified: jcr/trunk/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.core/pom.xml 2010-11-08 13:35:00 UTC (rev 3408)
+++ jcr/trunk/exo.jcr.component.core/pom.xml 2010-11-08 15:47:11 UTC (rev 3409)
@@ -226,7 +226,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <scope>test</scope>
</dependency>
<!-- ===== Databases JDBC support for tests ===== -->
<dependency>
Modified: jcr/trunk/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.ext/pom.xml 2010-11-08 13:35:00 UTC (rev 3408)
+++ jcr/trunk/exo.jcr.component.ext/pom.xml 2010-11-08 15:47:11 UTC (rev 3409)
@@ -91,7 +91,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>javax.annotation</groupId>
Modified: jcr/trunk/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.component.webdav/pom.xml 2010-11-08 13:35:00 UTC (rev 3408)
+++ jcr/trunk/exo.jcr.component.webdav/pom.xml 2010-11-08 15:47:11 UTC (rev 3409)
@@ -93,7 +93,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
Modified: jcr/trunk/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/trunk/exo.jcr.framework.command/pom.xml 2010-11-08 13:35:00 UTC (rev 3408)
+++ jcr/trunk/exo.jcr.framework.command/pom.xml 2010-11-08 15:47:11 UTC (rev 3409)
@@ -71,7 +71,6 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
- <scope>test</scope>
</dependency>
<dependency>
<groupId>hsqldb</groupId>
Modified: jcr/trunk/pom.xml
===================================================================
--- jcr/trunk/pom.xml 2010-11-08 13:35:00 UTC (rev 3408)
+++ jcr/trunk/pom.xml 2010-11-08 15:47:11 UTC (rev 3409)
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
<!--
Copyright (C) 2009 eXo Platform SAS.
@@ -228,6 +227,7 @@
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<version>1.5.8</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>stax</groupId>