Change scope of Maven dependencies in axis-spring to 'provided'
---------------------------------------------------------------
Key: AXIS2-2924
URL: https://issues.apache.org/jira/browse/AXIS2-2924
Project: Axis 2.0 (Axis2)
Issue Type: Improvement
Affects Versions: 1.2
Reporter: Ben Tomasini
Fix For: 1.3
Currently the pom of axis-spring creates a number of transitive dependencies.
These should all be marked as 'provided', allowing the project using
axis-spring to select the version of spring they want to use. To use spring
2.0, a project has to include a number of dependency exclusions.
# org.apache.axis2:axis2-spring:jar
* org.apache.axis2:axis2-kernel:jar
o org.apache.axis2:axis2-java2wsdl:jar
+ org.apache.ant:ant:jar
# org.apache.ant:ant-launcher:jar
o commons-fileupload:commons-fileupload:jar
+ commons-io:commons-io:jar
o org.apache.httpcomponents:jakarta-httpcore:jar
o org.codehaus.woodstox:wstx-asl:jar
o org.apache.neethi:neethi:jar
o org.apache.woden:woden:jar
o org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar
* org.springframework:spring-core:jar
o commons-collections:commons-collections:jar
* org.springframework:spring-beans:jar
* org.springframework:spring-context:jar
o org.springframework:spring-aop:jar
* org.springframework:spring-web:jar
* javax.servlet:servlet-api:jar
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]