You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by er...@apache.org on 2012/02/16 16:52:59 UTC

svn commit: r1245052 - /james/server/trunk/data-jpa/pom.xml

Author: eric
Date: Thu Feb 16 15:52:59 2012
New Revision: 1245052

URL: http://svn.apache.org/viewvc?rev=1245052&view=rev
Log:
add slf4j-log4j12 dependency on james-server-data-jpa for slf4j to be able to log

Modified:
    james/server/trunk/data-jpa/pom.xml

Modified: james/server/trunk/data-jpa/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/data-jpa/pom.xml?rev=1245052&r1=1245051&r2=1245052&view=diff
==============================================================================
--- james/server/trunk/data-jpa/pom.xml (original)
+++ james/server/trunk/data-jpa/pom.xml Thu Feb 16 15:52:59 2012
@@ -71,6 +71,10 @@
             <artifactId>slf4j-api</artifactId>
         </dependency>
         <dependency>
+            <groupId>org.slf4j</groupId>
+            <artifactId>slf4j-log4j12</artifactId>
+        </dependency>
+        <dependency>
             <groupId>commons-codec</groupId>
             <artifactId>commons-codec</artifactId>
         </dependency>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org