tools axis2-eclipse-codegen-plugin references axis2-jws-api.jar file - replace 
with reference to geronimo library
-----------------------------------------------------------------------------------------------------------------

                 Key: AXIS2-3871
                 URL: https://issues.apache.org/jira/browse/AXIS2-3871
             Project: Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: Tools
            Reporter: Richard Slade


WIth revision 671485, the  tool/axis2-eclipse-codegen-plugin/pom.xml references 
the axis2-jws-api jar. This jar was removed by revision 657089 and replaced by 
the geronimo library jars.

the following change is needed

Index: pom.xml
===================================================================
--- pom.xml     (revision 671547)
+++ pom.xml     (working copy)
@@ -254,9 +254,8 @@
             <version>${javax.mail.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.apache.axis2</groupId>
-            <artifactId>axis2-jws-api</artifactId>
-            <version>${axis2.jws.version}</version>
+            <groupId>org.apache.geronimo.specs</groupId>
+            <artifactId>geronimo-ws-metadata_2.0_spec</artifactId>
         </dependency>
     </dependencies>
     <distributionManagement>

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to