[ 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/[EMAIL
> PROTECTED]
> 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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]