I mentioned this before, but received no reply. We have a project that was using the org.apache.axis:axis:1.4 artifact. This was not downloading axis-saaj-1.4.jar even though axis-1.4.jar is dependent upon that particular jar (and it ends up axis-jaxrpc-1.4.jar too).
When I switched to the artifact axis:axis:1.4, it downloads the same axis-1.4.jar, but now also downloads the axis-saaj-1.4.jar and the axis-jaxrpc-1.4.jar too. Which artifact is the correct one to use: axis:axis:1.4 or org.apache.axis:axis:1.4? When I use axis:axis:1.4, I get a message that it has been moved to org.apache.axis:axis:1.4. Yet, org.apache.axis:axis:1.4 doesn't seem to download the dependent jars that axis-1.4.jar needs. Is this an error in the org.apache.axis:axis:1.4 POM? -- David Weintraub [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
