You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@axis.apache.org by sa...@apache.org on 2012/07/10 09:14:32 UTC

svn commit: r1359502 - in /axis/axis2/java/core/branches/1_6: ./ modules/tool/axis2-wsdl2code-maven-plugin/pom.xml

Author: sagara
Date: Tue Jul 10 07:14:31 2012
New Revision: 1359502

URL: http://svn.apache.org/viewvc?rev=1359502&view=rev
Log:
 Merged r1359499 to 1.6  branch.

Modified:
    axis/axis2/java/core/branches/1_6/   (props changed)
    axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml

Propchange: axis/axis2/java/core/branches/1_6/
------------------------------------------------------------------------------
  Merged /axis/axis2/java/core/trunk:r1359499

Modified: axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
URL: http://svn.apache.org/viewvc/axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml?rev=1359502&r1=1359501&r2=1359502&view=diff
==============================================================================
--- axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml (original)
+++ axis/axis2/java/core/branches/1_6/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml Tue Jul 10 07:14:31 2012
@@ -80,7 +80,14 @@
             <artifactId>axis2-xmlbeans</artifactId>
             <version>${project.version}</version>
         </dependency>
-
+        <dependency>
+            <groupId>jalopy</groupId>
+            <artifactId>jalopy</artifactId>
+        </dependency>
+        <dependency>
+        	<groupId>log4j</groupId>
+            <artifactId>log4j</artifactId>
+        </dependency>
         <dependency>
             <groupId>org.apache.maven.shared</groupId>
             <artifactId>maven-plugin-testing-harness</artifactId>