You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by "Jaikiran Pai (Jira)" <ji...@apache.org> on 2019/11/02 13:15:00 UTC

[jira] [Resolved] (IVY-1584) 'ivy:resolve' fails on spring-boot-starter

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

Jaikiran Pai resolved IVY-1584.
-------------------------------
    Resolution: Invalid

> 'ivy:resolve' fails on spring-boot-starter
> ------------------------------------------
>
>                 Key: IVY-1584
>                 URL: https://issues.apache.org/jira/browse/IVY-1584
>             Project: Ivy
>          Issue Type: Bug
>    Affects Versions: 2.5.0-rc1
>            Reporter: Nicholas Lenzi
>            Priority: Major
>
> When we attempt to resolve spring-boot-starter, we get an error indicating org.springframework.boot tests-jar cannot be resolved.  We do not see this issue with IVY 2.4.0.
> We were able to work around this issue by changing the ivy.xml.  Seems like a bug.
> Before:
> {noformat}
> <dependencies>
> <dependency org="org.springframework.boot" name="spring-boot-starter" rev="1.5.9.RELEASE" conf="compile->default">
> </dependency>
> </dependencies>
> {noformat}
> After:
> {noformat}
> <dependencies>
> <dependency org="org.springframework.boot" name="spring-boot" rev="1.5.9.RELEASE" force="true" conf="compile->default"/>
> <dependency org="org.springframework.boot" name="spring-boot-starter-web" rev="1.5.9.RELEASE" conf="compile->default">
> <exclude org="org.springframework.boot" module="spring-boot" />
> </dependency>
> </dependencies>
> {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)