IvyMakePom maven
warning:dependencies.dependency.(groupId:artifactId:type:classifier)' must be
unique
-----------------------------------------------------------------------------------------------------
Key: IVY-1247
URL: https://issues.apache.org/jira/browse/IVY-1247
Project: Ivy
Issue Type: Improvement
Reporter: qxo
in ivy.xml below code work fine:
{code}
<dependency org="org.springframework" name="spring-context-support"
rev="3.0.2.RELEASE" conf="runtime->default" />
<dependency org="org.springframework" name="spring-context-support"
rev="3.0.5.RELEASE" conf="runtime->default" />
{code}
convert to pom.xml should just one version("3.0.5.RELEASE"),but found two:(
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.