Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-1791

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

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Critical
    • Resolution: Fixed
    • 1.1
    • None
    • samples, build,site
    • 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:

      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>

      Attachments

        1. AXIS2-1791.patch
          0.4 kB
          Zhaohui Feng

        Issue Links

          Activity

            People

              Unassigned Unassigned
              rfeng Zhaohui Feng
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: