On 2018-06-21, Gintautas Grigelionis wrote: > POM template has inconsistent Ant versions, 1.7.1 in compile scope and > 1.8.1 in provided scope.
True. This happened in c3f8655 which updated the dependencies to 1.8.1 because one of the unit tests used a method of ant-testutil that hasn't been present in Ant 1.7. We could fix the test or explicitly document Ant 1.8.x as new requirement - which really doesn't exist except for the tests. The upgrade would be a breaking change but I don't expect it would break anything in real life. Some of the other antlibs may require Ant 1.7 but the only other one I'd expect to get new releases (Compress) is at 1.8 already, so upgrading the dependency probably doesn't do any harm to them. Any opinions? Stefan --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org