You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ga...@apache.org on 2008/10/23 17:13:17 UTC

svn commit: r707387 - /geronimo/server/trunk/framework/modules/geronimo-system/pom.xml

Author: gawor
Date: Thu Oct 23 08:13:17 2008
New Revision: 707387

URL: http://svn.apache.org/viewvc?rev=707387&view=rev
Log:
add necessary log4j dep after xbean version change

Modified:
    geronimo/server/trunk/framework/modules/geronimo-system/pom.xml

Modified: geronimo/server/trunk/framework/modules/geronimo-system/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-system/pom.xml?rev=707387&r1=707386&r2=707387&view=diff
==============================================================================
--- geronimo/server/trunk/framework/modules/geronimo-system/pom.xml (original)
+++ geronimo/server/trunk/framework/modules/geronimo-system/pom.xml Thu Oct 23 08:13:17 2008
@@ -69,6 +69,11 @@
             <artifactId>commons-jexl</artifactId>
         </dependency>
 
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+        </dependency>
+
         <!-- plugin management -->
         <dependency>
             <groupId>javax.xml.bind</groupId>