You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@servicemix.apache.org by "Jean-Baptiste Onofré (JIRA)" <ji...@apache.org> on 2015/06/02 21:41:50 UTC

[jira] [Resolved] (SM-2544) swagger-core_2.11 uses wrong version range for scala.xml

     [ https://issues.apache.org/jira/browse/SM-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Onofré resolved SM-2544.
--------------------------------------
    Resolution: Fixed

> swagger-core_2.11 uses wrong version range for scala.xml
> --------------------------------------------------------
>
>                 Key: SM-2544
>                 URL: https://issues.apache.org/jira/browse/SM-2544
>             Project: ServiceMix
>          Issue Type: Bug
>          Components: bundles
>            Reporter: Krzysztof Sobkowiak
>            Assignee: Jean-Baptiste Onofré
>             Fix For: bundles-2015.05
>
>
> Currently all Scala packages are imported with following version range
> {code}
> scala*;version="[2.10,3)",
> {code}
> The {{scala.xml}} package is provided by a separate Scala module {{org.scala-lang.modules/scala-xml_2.11/1.0.4}} which has other version than Scala. 
> The version range for this package shoul be changed to reflect the correct version
> {code}
> scala.xml*;version="[1.0,2)",
> scala*;version="[2.10,3)",
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)