micronaut-groovy icon indicating copy to clipboard operation
micronaut-groovy copied to clipboard

Maven: Use property to select Groovy version in micronaut-groovy-bom

Open chrylis opened this issue 5 years ago • 0 comments
trafficstars

The Micronaut BOM (io.micronaut:micronaut-bom) imports org.codehaus.groovy:groovy-bom using the ${groovy.version} property, supporting easy override in end projects. However, io.micronaut.groovy:micronaut-groovy-bom has a duplicate import of the same groovy-bom, but this time it uses an inline version (3.0.3 as of Micronaut 2.0.1). I think that this could be dropped entirely without adverse effect, but if it's retained it should use the same propertied version as the main BOM.

chrylis avatar Aug 07 '20 01:08 chrylis