You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2007/02/02 00:50:03 UTC

svn commit: r502404 - /webservices/axis2/trunk/java/modules/metadata/pom.xml

Author: dims
Date: Thu Feb  1 15:50:00 2007
New Revision: 502404

URL: http://svn.apache.org/viewvc?view=rev&rev=502404
Log:
add log4j dependency

Modified:
    webservices/axis2/trunk/java/modules/metadata/pom.xml

Modified: webservices/axis2/trunk/java/modules/metadata/pom.xml
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/metadata/pom.xml?view=diff&rev=502404&r1=502403&r2=502404
==============================================================================
--- webservices/axis2/trunk/java/modules/metadata/pom.xml (original)
+++ webservices/axis2/trunk/java/modules/metadata/pom.xml Thu Feb  1 15:50:00 2007
@@ -60,6 +60,12 @@
             <artifactId>jaxb-xjc</artifactId>
             <version>2.0</version>
         </dependency>
+        <dependency>
+            <groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+            <version>1.2.13</version>
+        </dependency>
+
         <dependency>
             <groupId>javax.xml.bind</groupId>
             <artifactId>jaxb-api</artifactId>



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org