Nicholas Lenzi created IVY-1584:
-----------------------------------

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


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
(v7.6.3#76005)

Reply via email to