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 no...@apache.org on 2011/06/29 21:03:05 UTC

svn commit: r1141195 - /james/server/trunk/container-spring/pom.xml

Author: norman
Date: Wed Jun 29 19:03:05 2011
New Revision: 1141195

URL: http://svn.apache.org/viewvc?rev=1141195&view=rev
Log:
Log4j is needed to compile

Modified:
    james/server/trunk/container-spring/pom.xml

Modified: james/server/trunk/container-spring/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/container-spring/pom.xml?rev=1141195&r1=1141194&r2=1141195&view=diff
==============================================================================
--- james/server/trunk/container-spring/pom.xml (original)
+++ james/server/trunk/container-spring/pom.xml Wed Jun 29 19:03:05 2011
@@ -563,7 +563,10 @@ END Tanuki Software License ============
       <groupId>${javax.mail.groupId}</groupId>
       <artifactId>${javax.mail.artifactId}</artifactId>
     </dependency>
-    
+    <dependency>
+      <groupId>log4j</groupId>
+      <artifactId>log4j</artifactId>
+    </dependency>
     
     <!-- Runtime dependencies which will get included in the generated binary distribution -->
     <dependency>
@@ -582,11 +585,6 @@ END Tanuki Software License ============
       <scope>runtime</scope>
     </dependency>
     <dependency>
-      <groupId>log4j</groupId>
-      <artifactId>log4j</artifactId>
-      <scope>runtime</scope>
-    </dependency>
-    <dependency>
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-core</artifactId>
       <scope>runtime</scope>



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