[
https://issues.apache.org/jira/browse/IVY-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16965351#comment-16965351
]
Jaikiran Pai commented on IVY-1584:
-----------------------------------
Hello [~nlenzi] , I'm closing this one since this appears to be an issue with
the published artifacts itself. Please reopen with additional details if you
feel otherwise.
> '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)