I\'m using Ivy for project dependency management and it\'s been working well aside from one issue which I\'ve always had. There are certain dependencies that Ivy is downloa
Try setting the left side of conf mapping to default. For example conf="runtime->default" That resolved my issue.
conf="runtime->default"
Edit: This can be found in ivy.xml, in the tag. For eg:
The part ->default is the key.
->default