release-engineering / pom-version-manipulator

Align versions in Maven POMs with those found in a Bill-of-Materials POM
Other
11 stars 9 forks source link

Dependency version removed even when full GATC doesn't match any BOM dependencies #71

Closed jdcasey closed 11 years ago

jdcasey commented 11 years ago

If you have a BOM dependency of type 'jar' and you have a project dependency of type 'test-jar', the BomModder will still remove the version. This leaves the project in an unbuildable state until the specified GATC gets a corresponding dependency added to the BOM.