Search code examples
apache-axis

axis2 jar is not available to download anywhere


From version 1.6.3 to the latest 1.7.4 axis2 jar is not available to download anywhere. I am able to download axis2-kernel-1.6.4.jar, axis2-jaxws-1.6.4.jar etc but not axis2-1.6.4.jar anywhere.

Can someone tell if they have changed the jar name or restructured somehow?


Solution

  • org.apache.axis2:axis2 was an all-in-one JAR that bundled the following Maven artifacts:

    • org.apache.axis2:axis2-java2wsdl
    • org.apache.axis2:axis2-kernel
    • org.apache.axis2:axis2-codegen
    • org.apache.axis2:axis2-adb
    • org.apache.axis2:axis2-adb-codegen
    • org.apache.axis2:axis2-xmlbeans
    • org.apache.axis2:axis2-clustering
    • org.apache.axis2:addressing

    As explained in the Axis2 1.6.4 release notes, this all-in-one JAR has been removed from the release. Instead, you should use individual JARs.