Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
1.1
-
None
-
None
Description
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:
The fix is to switch to:
<dependency>
<groupId>incubator-woden</groupId>
<artifactId>woden</artifactId>
<version>1.0.0M6</version>
...
</dependency>
Attachments
Attachments
Issue Links
- is related to
-
AXIS2-3420 Maven build fails due to woden dependency problem
- Resolved