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 "Deepal Jayasinghe (JIRA)" <ji...@apache.org> on 2008/07/03 10:38:45 UTC

[jira] Assigned: (AXIS2-3871) tools axis2-eclipse-codegen-plugin references axis2-jws-api.jar file - replace with reference to geronimo library

     [ https://issues.apache.org/jira/browse/AXIS2-3871?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Deepal Jayasinghe reassigned AXIS2-3871:
----------------------------------------

    Assignee: Lahiru Sandakith

> 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
>            Assignee: Lahiru Sandakith
>
> 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: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org