forked from micronaut-projects/micronaut-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Micronaut BOM fixes (micronaut-projects#6405)
This commit fixes a number of issues with our BOM: - make sure that all dependencies in the BOM are referenced via a properties version (e.g `<version>${micronaut.aop}</version>`) - fixed validation not failing if a POM file wasn't found in any repository - fixed validation of BOM dependencies which do not belong to the BOM group - made validation systematic - added configuration options to fail on snapshots, by default it will fail if a version is *not* SNAPSHOT: releases would fail if a dependency is a snapshot - added validation of our own BOM, which was missing - fixed the netty dependency in our BOM Fixes micronaut-projects#6404
- Loading branch information
Showing
5 changed files
with
118 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters