question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add BOM that can be used for dependencyManagement import

See original GitHub issue

Similar to

        <groupId>org.springframework.boot</groupId>
        <artifactId>spring-boot-dependencies</artifactId>

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
hazendazcommented, Jun 6, 2020

@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.

1reaction
hazendazcommented, Jan 9, 2020

Issue resolved by simply fixing the spring boot 2 module to reference correct spring security.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found