You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@esme.apache.org by es...@apache.org on 2010/12/12 12:22:06 UTC

svn commit: r1044793 - in /incubator/esme/branches/lift-2.2/trunk/server: ./ pom.xml

Author: esjewett
Date: Sun Dec 12 11:22:05 2010
New Revision: 1044793

URL: http://svn.apache.org/viewvc?rev=1044793&view=rev
Log:
[ESME-313] Update to create an explicit dependency for logger and fix runtime issues.
Patch by Vladimir Ivanov

Modified:
    incubator/esme/branches/lift-2.2/trunk/server/   (props changed)
    incubator/esme/branches/lift-2.2/trunk/server/pom.xml

Propchange: incubator/esme/branches/lift-2.2/trunk/server/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Sun Dec 12 11:22:05 2010
@@ -1,4 +1,5 @@
 /incubator/esme/branches/lift-2.0/server:928728-939625
+/incubator/esme/branches/lift-2.2/trunk/server/src/main/webapp/info_view:1043380-1044792
 /incubator/esme/branches/metadata:966215-979767
 /incubator/esme/branches/tagandconversationfollow:966215-1006324
 /incubator/esme/branches/ui-2010-03-05:919339-923098

Modified: incubator/esme/branches/lift-2.2/trunk/server/pom.xml
URL: http://svn.apache.org/viewvc/incubator/esme/branches/lift-2.2/trunk/server/pom.xml?rev=1044793&r1=1044792&r2=1044793&view=diff
==============================================================================
--- incubator/esme/branches/lift-2.2/trunk/server/pom.xml (original)
+++ incubator/esme/branches/lift-2.2/trunk/server/pom.xml Sun Dec 12 11:22:05 2010
@@ -246,12 +246,17 @@
         <dependency>
             <groupId>log4j</groupId>
             <artifactId>log4j</artifactId>
-            <version>1.2.14</version>
+            <version>1.2.16</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-api</artifactId>
-            <version>1.5.11</version>
+            <version>1.6.1</version>
+        </dependency>
+        <dependency>
+           <groupId>org.slf4j</groupId>
+           <artifactId>slf4j-log4j12</artifactId>
+           <version>1.6.1</version>
         </dependency>
         <dependency>
             <groupId>net.lag</groupId>