parent dependency management includes version management; child pom doesn't need to declare parent-managed version

git-svn-id: https://svn.apache.org/repos/asf/ant/ivy/core/trunk@1131239 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Matthew Jason Benson 2011-06-03 21:00:31 +00:00
parent 6e4a87b4f5
commit 0419ecf691
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@
<dependency>
<groupId>commons-collection</groupId>
<artifactId>commons-collection</artifactId>
<version>1.0.5</version>
</dependency>
</dependencies>
</project>