[ 
https://issues.apache.org/jira/browse/KARAF-1120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13260096#comment-13260096
 ] 

Brian Topping commented on KARAF-1120:
--------------------------------------

Also, note Gemini is using the Spring Bundle Repository with different naming 
conventions, hence the reason that the local version upgrade is not taking 
preference.

Here's the dependency tree from my box on trunk for 
karaf/assemblies/features/spring

{code}

[INFO] --- maven-dependency-plugin:2.3:tree (default-cli) @ spring ---
[INFO] org.apache.karaf.features:spring:feature:3.0.0-SNAPSHOT
[INFO] +- 
org.apache.karaf.features:standard:xml:features:3.0.0-SNAPSHOT:provided
[INFO] +- 
org.apache.servicemix.bundles:org.apache.servicemix.bundles.aopalliance:jar:1.0_5:provided
[INFO] +- org.springframework:spring-core:jar:3.1.1.RELEASE:provided
[INFO] |  \- commons-logging:commons-logging:jar:1.1.1:provided
[INFO] +- org.springframework:spring-asm:jar:3.1.1.RELEASE:provided
[INFO] +- org.springframework:spring-expression:jar:3.1.1.RELEASE:provided
[INFO] +- org.springframework:spring-beans:jar:3.1.1.RELEASE:provided
[INFO] +- org.springframework:spring-aop:jar:3.1.1.RELEASE:provided
[INFO] |  \- aopalliance:aopalliance:jar:1.0:provided
[INFO] +- org.springframework:spring-context:jar:3.1.1.RELEASE:provided
[INFO] +- org.springframework:spring-context-support:jar:3.1.1.RELEASE:provided
[INFO] +- 
org.apache.karaf.deployer:org.apache.karaf.deployer.spring:jar:3.0.0-SNAPSHOT:provided
[INFO] +- org.springframework:spring-aspects:jar:3.1.1.RELEASE:provided
[INFO] +- 
org.apache.servicemix.bundles:org.apache.servicemix.bundles.cglib:jar:2.1_3_7:provided
[INFO] +- org.springframework.osgi:spring-osgi-io:jar:1.2.1:provided
[INFO] +- org.springframework.osgi:spring-osgi-core:jar:1.2.1:provided
[INFO] +- org.springframework.osgi:spring-osgi-extender:jar:1.2.1:provided
[INFO] +- org.springframework.osgi:spring-osgi-annotation:jar:1.2.1:provided
[INFO] +- 
org.apache.karaf.bundle:org.apache.karaf.bundle.springstate:jar:3.0.0-SNAPSHOT:provided
[INFO] +- org.springframework.osgi:spring-osgi-web:jar:1.2.1:provided
[INFO] |  +- javax.servlet:com.springsource.javax.servlet:jar:2.4.0:provided
[INFO] |  +- org.aopalliance:com.springsource.org.aopalliance:jar:1.0.0:provided
[INFO] |  \- 
org.springframework:org.springframework.core:jar:2.5.6.SEC01:provided
[INFO] +- org.springframework:spring-instrument:jar:3.1.1.RELEASE:provided
[INFO] +- org.springframework:spring-jdbc:jar:3.1.1.RELEASE:provided
[INFO] +- org.apache.geronimo.specs:geronimo-jta_1.1_spec:jar:1.1.1:provided
[INFO] +- org.apache.geronimo.specs:geronimo-jms_1.1_spec:jar:1.1.1:provided
[INFO] +- org.springframework:spring-jms:jar:3.1.1.RELEASE:provided
[INFO] +- org.springframework:spring-tx:jar:3.1.1.RELEASE:provided
[INFO] +- commons-beanutils:commons-beanutils:jar:1.8.3:provided
[INFO] +- org.springframework:spring-struts:jar:3.1.1.RELEASE:provided
[INFO] |  \- struts:struts:jar:1.2.9:provided
[INFO] |     +- commons-digester:commons-digester:jar:1.6:provided
[INFO] |     |  +- commons-collections:commons-collections:jar:3.2.1:provided 
(version managed from 2.1)
[INFO] |     |  \- xml-apis:xml-apis:jar:1.0.b2:provided
[INFO] |     +- commons-fileupload:commons-fileupload:jar:1.0:provided
[INFO] |     +- commons-validator:commons-validator:jar:1.1.4:provided
[INFO] |     +- oro:oro:jar:2.0.7:provided
[INFO] |     +- antlr:antlr:jar:2.7.2:provided
[INFO] |     \- xalan:xalan:jar:2.5.1:provided
[INFO] +- org.springframework:spring-test:jar:3.1.1.RELEASE:provided
[INFO] +- org.springframework:spring-orm:jar:3.1.1.RELEASE:provided
[INFO] +- org.springframework:spring-oxm:jar:3.1.1.RELEASE:provided
[INFO] |  \- commons-lang:commons-lang:jar:2.6:provided (version managed from 
2.5)
[INFO] +- org.springframework:spring-web:jar:3.1.1.RELEASE:provided
[INFO] +- org.springframework:spring-webmvc:jar:3.1.1.RELEASE:provided
[INFO] +- org.springframework:spring-webmvc-portlet:jar:3.1.1.RELEASE:provided
[INFO] +- 
org.eclipse.gemini.blueprint:gemini-blueprint-io:jar:1.0.0.RELEASE:provided
[INFO] +- 
org.eclipse.gemini.blueprint:gemini-blueprint-core:jar:1.0.0.RELEASE:provided
[INFO] |  +- 
org.springframework:org.springframework.aop:jar:3.0.6.RELEASE:provided
[INFO] |  +- 
org.springframework:org.springframework.beans:jar:3.0.6.RELEASE:provided
[INFO] |  |  \- 
org.springframework:org.springframework.asm:jar:3.0.6.RELEASE:provided
[INFO] |  \- 
org.springframework:org.springframework.context:jar:3.0.6.RELEASE:provided
[INFO] |     \- 
org.springframework:org.springframework.expression:jar:3.0.6.RELEASE:provided
[INFO] +- 
org.eclipse.gemini.blueprint:gemini-blueprint-extender:jar:1.0.0.RELEASE:provided
[INFO] +- junit:junit:jar:4.10:test
[INFO] |  \- org.hamcrest:hamcrest-core:jar:1.1:test
[INFO] \- org.easymock:easymock:jar:3.1:test
[INFO]    +- cglib:cglib-nodep:jar:2.2.2:test
[INFO]    \- org.objenesis:objenesis:jar:1.2:test
{code}
                
> Upgrade to Spring 3.1.0.RELEASE
> -------------------------------
>
>                 Key: KARAF-1120
>                 URL: https://issues.apache.org/jira/browse/KARAF-1120
>             Project: Karaf
>          Issue Type: Dependency upgrade
>          Components: karaf-core
>            Reporter: Jean-Baptiste Onofré
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 3.0.0
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira


Reply via email to