You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Andrea Cosentino (JIRA)" <ji...@apache.org> on 2017/06/20 10:57:00 UTC

[jira] [Commented] (SM-3383) spring-xml - depending on wrong version of spring-core?

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

Andrea Cosentino commented on SM-3383:
--------------------------------------

I take a look at Spring-xml 2.2.x and 2.3.x and both are based on Spring4.

Spring-xml 2.1.x is based on Spring 3. So maybe the problem is just use the 2.1.x version.

> spring-xml - depending on wrong version of spring-core?
> -------------------------------------------------------
>
>                 Key: SM-3383
>                 URL: https://issues.apache.org/jira/browse/SM-3383
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: bundles
>            Reporter: Paolo Antinori
>            Assignee: Andrea Cosentino
>
> Hi, I have noticed that {{org.apache.servicemix.bundles/org.apache.servicemix.bundles.spring-xml}}
> Define a dependency on some Spring packages with this range: {{[4,5)}}
> {code}
> org.springframework.beans;version="[4,5)";resolution:=optional, 
> org.springframework.beans.factory;version="[4,5)";resolution:=optional, 
> org.springframework.context;version="[4,5)";resolution:=optional, 
> org.springframework.core;version="[4,5)";resolution:=optional, 
> org.springframework.core.io;version="[4,5)";resolution:=optional, 
> org.springframework.util;version="[4,5)";resolution:=optional, 
> org.springframework.util.xml;version="[4,5)";resolution:=optional, 
> {code}
> Is the range correct? Shouldn't it include 2.x version, considering that {{spring-xml}} artifact is released as a {{2.x}}?
> https://github.com/apache/servicemix-bundles/blob/937d191ec55f4d5abe604b843e1db61173ffceec/spring-xml-2.3.0.RELEASE/pom.xml



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)