Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
chrylis opened this issue Aug 7, 2020 · 0 comments
Open
Labels
type: bug Something isn't working

Comments

@chrylis
Copy link

chrylis commented Aug 7, 2020

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.

@ilopmar ilopmar added the type: bug Something isn't working label Aug 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants