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 "Raymond Feng (JIRA)" <ji...@apache.org> on 2006/11/29 18:36:22 UTC

[jira] Created: (AXIS2-1791) The modules/parent/pom.xml has an invalid dependency on org.apache.woden:woden-1.0.0M6.jar

The modules/parent/pom.xml has an invalid dependency on org.apache.woden:woden-1.0.0M6.jar
------------------------------------------------------------------------------------------

                 Key: AXIS2-1791
                 URL: http://issues.apache.org/jira/browse/AXIS2-1791
             Project: Apache Axis 2.0 (Axis2)
          Issue Type: Bug
          Components: samples, build,site
    Affects Versions: 1.1
            Reporter: Raymond Feng
            Priority: Critical


In the 1.1 branch, https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1/modules/parent/pom.xml has the following woden dependency declared

<dependency>
  <groupId>org.apache.woden</groupId> 
  <artifactId>woden</artifactId> 
  <version>1.0.0M6</version> 
 ...
</dependency>

It was due to the withdrawal of the woden artifacts from the maven repository. Please see the thread:

http://mail-archives.apache.org/mod_mbox/incubator-general/200611.mbox/%3c19e0530f0611230458o6ec66280x61ad193c24125fd1@mail.gmail.com%3e

The fix is to switch to:

<dependency>
  <groupId>incubator-woden</groupId> 
  <artifactId>woden</artifactId> 
  <version>1.0.0M6</version> 
  ...
  </dependency>



-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Resolved: (AXIS2-1791) The modules/parent/pom.xml has an invalid dependency on org.apache.woden:woden-1.0.0M6.jar

Posted by "Thilina Gunarathne (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1791?page=all ]

Thilina Gunarathne resolved AXIS2-1791.
---------------------------------------

    Resolution: Fixed

applied the patch..
http://svn.apache.org/viewvc?view=rev&rev=489163

Thanks Raymond..

> The modules/parent/pom.xml has an invalid dependency on org.apache.woden:woden-1.0.0M6.jar
> ------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1791
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1791
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: 1.1
>            Reporter: Raymond Feng
>            Priority: Critical
>         Attachments: AXIS2-1791.patch
>
>
> In the 1.1 branch, https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1/modules/parent/pom.xml has the following woden dependency declared
> <dependency>
>   <groupId>org.apache.woden</groupId> 
>   <artifactId>woden</artifactId> 
>   <version>1.0.0M6</version> 
>  ...
> </dependency>
> It was due to the withdrawal of the woden artifacts from the maven repository. Please see the thread:
> http://mail-archives.apache.org/mod_mbox/incubator-general/200611.mbox/%3c19e0530f0611230458o6ec66280x61ad193c24125fd1@mail.gmail.com%3e
> The fix is to switch to:
> <dependency>
>   <groupId>incubator-woden</groupId> 
>   <artifactId>woden</artifactId> 
>   <version>1.0.0M6</version> 
>   ...
>   </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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


[jira] Updated: (AXIS2-1791) The modules/parent/pom.xml has an invalid dependency on org.apache.woden:woden-1.0.0M6.jar

Posted by "Raymond Feng (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-1791?page=all ]

Raymond Feng updated AXIS2-1791:
--------------------------------

    Attachment: AXIS2-1791.patch

Here's the patch. Please review and apply.

> The modules/parent/pom.xml has an invalid dependency on org.apache.woden:woden-1.0.0M6.jar
> ------------------------------------------------------------------------------------------
>
>                 Key: AXIS2-1791
>                 URL: http://issues.apache.org/jira/browse/AXIS2-1791
>             Project: Apache Axis 2.0 (Axis2)
>          Issue Type: Bug
>          Components: samples, build,site
>    Affects Versions: 1.1
>            Reporter: Raymond Feng
>            Priority: Critical
>         Attachments: AXIS2-1791.patch
>
>
> In the 1.1 branch, https://svn.apache.org/repos/asf/webservices/axis2/branches/java/1_1/modules/parent/pom.xml has the following woden dependency declared
> <dependency>
>   <groupId>org.apache.woden</groupId> 
>   <artifactId>woden</artifactId> 
>   <version>1.0.0M6</version> 
>  ...
> </dependency>
> It was due to the withdrawal of the woden artifacts from the maven repository. Please see the thread:
> http://mail-archives.apache.org/mod_mbox/incubator-general/200611.mbox/%3c19e0530f0611230458o6ec66280x61ad193c24125fd1@mail.gmail.com%3e
> The fix is to switch to:
> <dependency>
>   <groupId>incubator-woden</groupId> 
>   <artifactId>woden</artifactId> 
>   <version>1.0.0M6</version> 
>   ...
>   </dependency>

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

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