[jboss-jira] [JBoss JIRA] (JBRULES-3446) Upgrade to spring 3.0.6.RELEASE to stop spring version mix in drools-camel-server
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Wed Apr 4 09:17:49 EDT 2012
[ https://issues.jboss.org/browse/JBRULES-3446?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Geoffrey De Smet updated JBRULES-3446:
--------------------------------------
Description:
Notice the mix of 2.5.6 and 3.0.6.RELEASE jars
{code}
drools-camel-server [master $] $ mvn dependency:tree
...
[INFO] --- maven-dependency-plugin:2.2:tree (default-cli) @ drools-camel-server ---
...
[INFO] +- org.drools:drools-spring:jar:5.4.0-SNAPSHOT:compile
[INFO] | +- org.springframework:spring-beans:jar:2.5.6:compile
[INFO] | \- org.springframework:spring-context:jar:2.5.6:compile
...
[INFO] +- org.apache.camel:camel-spring:jar:2.9.0:compile
[INFO] | \- org.springframework:spring-tx:jar:3.0.6.RELEASE:compile
....
[INFO] +- org.springframework:spring-core:jar:2.5.6:compile
[INFO] +- org.springframework:spring-aop:jar:2.5.6:compile
[INFO] +- org.springframework:spring-web:jar:2.5.6:compile
[INFO] +- org.springframework:spring-test:jar:2.5.6:test
[INFO] +- org.apache.cxf:cxf-bundle-jaxrs:jar:2.4.4:compile
...
[INFO] | +- org.springframework:spring-asm:jar:3.0.6.RELEASE:compile
[INFO] | +- org.springframework:spring-expression:jar:3.0.6.RELEASE:compile
...
{code}
was:
{code}
drools-camel-server [master $] $ mvn dependency:tree
...
[INFO] --- maven-dependency-plugin:2.2:tree (default-cli) @ drools-camel-server ---
...
[INFO] +- org.drools:drools-spring:jar:5.4.0-SNAPSHOT:compile
[INFO] | +- org.springframework:spring-beans:jar:2.5.6:compile
[INFO] | \- org.springframework:spring-context:jar:2.5.6:compile
...
[INFO] +- org.apache.camel:camel-spring:jar:2.9.0:compile
[INFO] | \- org.springframework:spring-tx:jar:3.0.6.RELEASE:compile
....
[INFO] +- org.springframework:spring-core:jar:2.5.6:compile
[INFO] +- org.springframework:spring-aop:jar:2.5.6:compile
[INFO] +- org.springframework:spring-web:jar:2.5.6:compile
[INFO] +- org.springframework:spring-test:jar:2.5.6:test
[INFO] +- org.apache.cxf:cxf-bundle-jaxrs:jar:2.4.4:compile
...
[INFO] | +- org.springframework:spring-asm:jar:3.0.6.RELEASE:compile
[INFO] | +- org.springframework:spring-expression:jar:3.0.6.RELEASE:compile
...
{code}
> Upgrade to spring 3.0.6.RELEASE to stop spring version mix in drools-camel-server
> ---------------------------------------------------------------------------------
>
> Key: JBRULES-3446
> URL: https://issues.jboss.org/browse/JBRULES-3446
> Project: Drools
> Issue Type: Enhancement
> Security Level: Public(Everyone can see)
> Reporter: Geoffrey De Smet
> Assignee: Geoffrey De Smet
>
> Notice the mix of 2.5.6 and 3.0.6.RELEASE jars
> {code}
> drools-camel-server [master $] $ mvn dependency:tree
> ...
> [INFO] --- maven-dependency-plugin:2.2:tree (default-cli) @ drools-camel-server ---
> ...
> [INFO] +- org.drools:drools-spring:jar:5.4.0-SNAPSHOT:compile
> [INFO] | +- org.springframework:spring-beans:jar:2.5.6:compile
> [INFO] | \- org.springframework:spring-context:jar:2.5.6:compile
> ...
> [INFO] +- org.apache.camel:camel-spring:jar:2.9.0:compile
> [INFO] | \- org.springframework:spring-tx:jar:3.0.6.RELEASE:compile
> ....
> [INFO] +- org.springframework:spring-core:jar:2.5.6:compile
> [INFO] +- org.springframework:spring-aop:jar:2.5.6:compile
> [INFO] +- org.springframework:spring-web:jar:2.5.6:compile
> [INFO] +- org.springframework:spring-test:jar:2.5.6:test
> [INFO] +- org.apache.cxf:cxf-bundle-jaxrs:jar:2.4.4:compile
> ...
> [INFO] | +- org.springframework:spring-asm:jar:3.0.6.RELEASE:compile
> [INFO] | +- org.springframework:spring-expression:jar:3.0.6.RELEASE:compile
> ...
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list