Author: tolusha
Date: 2010-11-11 06:18:53 -0500 (Thu, 11 Nov 2010)
New Revision: 3442
Modified:
jcr/branches/1.12.x/applications/exo.jcr.applications.tomcat/pom.xml
Log:
JCR-1495: fix tomcat deploy
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-11
11:16:16 UTC (rev 3441)
+++ jcr/branches/1.12.x/applications/exo.jcr.applications.tomcat/pom.xml 2010-11-11
11:18:53 UTC (rev 3442)
@@ -33,19 +33,29 @@
<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>
+ <artifactId>slf4j-log4j12</artifactId>
+ </dependency>
+ <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>
<enforcer.skip>true</enforcer.skip>
</properties>
Show replies by date