This is an automated email from the ASF dual-hosted git repository.

billblough pushed a commit to branch 1_5
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git

commit 16c5219a8cc1df3741d3e3879f1a55f7058b952f
Author: Sagara Gunathunga <sag...@apache.org>
AuthorDate: Tue Jul 10 07:16:42 2012 +0000

     Merged r1359499 to 1.5 branch.
---
 modules/tool/axis2-wsdl2code-maven-plugin/pom.xml | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml 
b/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
index ca0ba93..e4a903f 100644
--- a/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
+++ b/modules/tool/axis2-wsdl2code-maven-plugin/pom.xml
@@ -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>

Reply via email to