[exo-jcr-commits] exo-jcr SVN: r2056 - jcr/trunk/applications.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Mar 11 11:08:26 EST 2010


Author: tolusha
Date: 2010-03-11 11:08:26 -0500 (Thu, 11 Mar 2010)
New Revision: 2056

Modified:
   jcr/trunk/applications/product-exo-jcr-as-tomcat6.xml
Log:
EXOJCR-586: add slf4j dependency

Modified: jcr/trunk/applications/product-exo-jcr-as-tomcat6.xml
===================================================================
--- jcr/trunk/applications/product-exo-jcr-as-tomcat6.xml	2010-03-11 14:23:47 UTC (rev 2055)
+++ jcr/trunk/applications/product-exo-jcr-as-tomcat6.xml	2010-03-11 16:08:26 UTC (rev 2056)
@@ -32,13 +32,35 @@
    <name>eXo JCR Product</name>
    <url>http://www.exoplatform.org</url>
    <description>eXo JCR Product</description>
-
+
+   <dependencyManagement>
+       <dependencies>
+          <dependency>
+             <groupId>org.slf4j</groupId>
+             <artifactId>slf4j-api</artifactId>
+	     <version>1.5.8</version>
+             <scope>runtime</scope>
+         </dependency>
+         <dependency>
+             <groupId>org.slf4j</groupId>
+             <artifactId>slf4j-log4j12</artifactId>
+	     <version>1.5.8</version>
+             <scope>runtime</scope>
+         </dependency>      
+      </dependencies>
+   </dependencyManagement>
+
    <dependencies>
       <dependency>
          <groupId>hsqldb</groupId>
          <artifactId>hsqldb</artifactId>
          <scope>runtime</scope>
       </dependency>
+     <dependency>
+         <groupId>org.slf4j</groupId>
+         <artifactId>slf4j-log4j12</artifactId>
+         <scope>runtime</scope>
+      </dependency>  
    </dependencies>
    
    <properties>



More information about the exo-jcr-commits mailing list