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

do-not-reply at jboss.org do-not-reply at jboss.org
Fri May 21 02:39:11 EDT 2010


Author: areshetnyak
Date: 2010-05-21 02:39:11 -0400 (Fri, 21 May 2010)
New Revision: 2416

Modified:
   jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
Log:
EXOJCR-737 : Fix dependency to backupconsol.

Modified: jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml
===================================================================
--- jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2010-05-20 13:55:28 UTC (rev 2415)
+++ jcr/trunk/applications/exo.jcr.applications.backupconsole/pom.xml	2010-05-21 06:39:11 UTC (rev 2416)
@@ -59,6 +59,10 @@
       <groupId>javax.ws.rs</groupId>
       <artifactId>jsr311-api</artifactId>
     </dependency>
+    <dependency>
+      <groupId>org.slf4j</groupId>
+      <artifactId>slf4j-log4j12</artifactId>
+    </dependency>
   </dependencies>
   <build>
     <pluginManagement>



More information about the exo-jcr-commits mailing list