Add BOM that can be used for dependencyManagement import
See original GitHub issueSimilar to
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
Issue Analytics
- State:
- Created 4 years ago
- Comments:6 (5 by maintainers)
Top Results From Across the Web
Using Maven's Bill of Materials (BOM) - Reflectoring
To make dependency management easier, we can use the Bill of Materials (BOM), a feature that offers easier and safer dependency management.
Read more >Spring with Maven BOM - Baeldung
Maven POM is an XML file that contains information and configurations (about the project) that are used by Maven to import dependencies and...
Read more >Maven BOM - Bill Of Materials Dependency - HowToDoInJava
To solve version mismatch issue, you can use the concept of a “bill of materials” (BOM) dependency. A BOM dependency keep track of...
Read more >Introduction to the Dependency Mechanism - Apache Maven
Bill of Materials (BOM) POMs. Imports are most effective when used for defining a "library" of related artifacts that are generally part of...
Read more >Dependency Management Plugin - Spring
Use the plugin's DSL to configure dependency management directly. Import one or more existing Maven boms. Dependency management can be applied ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@cebaa I have added a bom to the project which is a subset of the distro module. There was also some more minor mistakes in what was pulled for spring boot 1 vs 2. I don’t think the added bom as is or distro do a good job of getting right transients. That is highly due to us supporting lots of different versions. I many need to have multiple boms and it’s a bit tricky to what we resolve with the mixed content otherwise. All the main modules though should properly resolve everything necessary as of lastest master. I’ll likely be releasing in next week or two.
Issue resolved by simply fixing the spring boot 2 module to reference correct spring security.