[
https://issues.apache.org/jira/browse/IVY-577?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12607925#action_12607925
]
Xavier Hanin commented on IVY-577:
----------------------------------
I think this has been fixed as part of IVY-681 fix. Still need to be double
checked though.
> Missing artifacts on double (all direct and specific artifact by way of
> transitive) dependency to lib
> -----------------------------------------------------------------------------------------------------
>
> Key: IVY-577
> URL: https://issues.apache.org/jira/browse/IVY-577
> Project: Ivy
> Issue Type: Bug
> Components: Core
> Affects Versions: 1.4.1
> Reporter: Johannes Stamminger
> Fix For: 2.0
>
>
> setup:
> libA with artifact X and Y
> module1 depending on X of libA
> module 2 depending on module1 and on libA completely (specified by
> <dependency name="libA"/> in dependencies section)
> Only X of libA is resolved for module2 though I would have expected X and Y.
> Workaround: for module2 specify dependency with <dependency
> name="libA"><artifact name="X"/><artifact name="Y"/></dependency>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.