[exo-jcr-commits] exo-jcr SVN: r3417 - in jcr/branches/1.12.x: exo.jcr.component.core and 3 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 10 04:06:45 EST 2010


Author: dkuleshov
Date: 2010-11-10 04:06:44 -0500 (Wed, 10 Nov 2010)
New Revision: 3417

Modified:
   jcr/branches/1.12.x/exo.jcr.component.core/pom.xml
   jcr/branches/1.12.x/exo.jcr.component.ext/pom.xml
   jcr/branches/1.12.x/exo.jcr.component.webdav/pom.xml
   jcr/branches/1.12.x/exo.jcr.framework.command/pom.xml
   jcr/branches/1.12.x/pom.xml
Log:
JCR-1495: dependencies scope changed

Modified: jcr/branches/1.12.x/exo.jcr.component.core/pom.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.component.core/pom.xml	2010-11-10 09:03:28 UTC (rev 3416)
+++ jcr/branches/1.12.x/exo.jcr.component.core/pom.xml	2010-11-10 09:06:44 UTC (rev 3417)
@@ -216,7 +216,6 @@
       <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-log4j12</artifactId>
-         <scope>test</scope>
       </dependency>
       <!-- ===== Databases JDBC support for tests ===== -->
       <dependency>

Modified: jcr/branches/1.12.x/exo.jcr.component.ext/pom.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.component.ext/pom.xml	2010-11-10 09:03:28 UTC (rev 3416)
+++ jcr/branches/1.12.x/exo.jcr.component.ext/pom.xml	2010-11-10 09:06:44 UTC (rev 3417)
@@ -91,7 +91,6 @@
     <dependency>
        <groupId>org.slf4j</groupId>
        <artifactId>slf4j-log4j12</artifactId>
-       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>javax.annotation</groupId>

Modified: jcr/branches/1.12.x/exo.jcr.component.webdav/pom.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.component.webdav/pom.xml	2010-11-10 09:03:28 UTC (rev 3416)
+++ jcr/branches/1.12.x/exo.jcr.component.webdav/pom.xml	2010-11-10 09:06:44 UTC (rev 3417)
@@ -93,7 +93,6 @@
     <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
-      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>hsqldb</groupId>

Modified: jcr/branches/1.12.x/exo.jcr.framework.command/pom.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.framework.command/pom.xml	2010-11-10 09:03:28 UTC (rev 3416)
+++ jcr/branches/1.12.x/exo.jcr.framework.command/pom.xml	2010-11-10 09:06:44 UTC (rev 3417)
@@ -71,7 +71,6 @@
       <dependency>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-log4j12</artifactId>
-         <scope>test</scope>
       </dependency>
       <dependency>
          <groupId>hsqldb</groupId>

Modified: jcr/branches/1.12.x/pom.xml
===================================================================
--- jcr/branches/1.12.x/pom.xml	2010-11-10 09:03:28 UTC (rev 3416)
+++ jcr/branches/1.12.x/pom.xml	2010-11-10 09:06:44 UTC (rev 3417)
@@ -218,6 +218,7 @@
         <groupId>org.slf4j</groupId>
         <artifactId>slf4j-log4j12</artifactId>
         <version>1.5.8</version>
+        <scope>test</scope>
       </dependency>      
       <dependency>
         <groupId>stax</groupId>



More information about the exo-jcr-commits mailing list