[exo-jcr-commits] exo-jcr SVN: r3483 - in jcr/branches/1.12.x/applications: exo.jcr.applications.tomcat and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Nov 18 08:16:06 EST 2010


Author: dkuleshov
Date: 2010-11-18 08:16:05 -0500 (Thu, 18 Nov 2010)
New Revision: 3483

Modified:
   jcr/branches/1.12.x/applications/exo.jcr.applications.tomcat/pom.xml
   jcr/branches/1.12.x/applications/product-exo-jcr-as-descriptor.xml
Log:
JCR-1495: assembly file modified to correspond dependency scope of slf4j-log4j12

Modified: jcr/branches/1.12.x/applications/exo.jcr.applications.tomcat/pom.xml
===================================================================
--- jcr/branches/1.12.x/applications/exo.jcr.applications.tomcat/pom.xml	2010-11-18 10:22:35 UTC (rev 3482)
+++ jcr/branches/1.12.x/applications/exo.jcr.applications.tomcat/pom.xml	2010-11-18 13:16:05 UTC (rev 3483)
@@ -33,17 +33,6 @@
    <url>http://www.exoplatform.org</url>
    <description>eXo JCR Tomcat Applications Server</description>
 
-   <dependencyManagement>
-      <dependencies>
-         <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-log4j12</artifactId>
-            <version>1.5.8</version>
-            <type>jar</type>
-            <scope>runtime</scope>
-         </dependency>
-      </dependencies>
-   </dependencyManagement>
    <dependencies>
       <dependency>
          <groupId>org.slf4j</groupId>

Modified: jcr/branches/1.12.x/applications/product-exo-jcr-as-descriptor.xml
===================================================================
--- jcr/branches/1.12.x/applications/product-exo-jcr-as-descriptor.xml	2010-11-18 10:22:35 UTC (rev 3482)
+++ jcr/branches/1.12.x/applications/product-exo-jcr-as-descriptor.xml	2010-11-18 13:16:05 UTC (rev 3483)
@@ -139,5 +139,13 @@
             <exclude>javax.servlet:servlet-api</exclude>
          </excludes>
       </dependencySet>
+      <dependencySet>
+         <outputDirectory>/</outputDirectory>
+         <unpack>false</unpack>
+         <scope>test</scope>
+         <includes>
+            <include>org.slf4j:slf4j-log4j12</include>
+         </includes>
+      </dependencySet>
    </dependencySets>
 </assembly>



More information about the exo-jcr-commits mailing list