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

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

Paolo Antinori created SM-3383:
----------------------------------

             Summary: 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


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)