Re: Idea - allow pom to specify expected version for all dependencies in a common single groupId

2025-03-29 Thread Enrico Olivelli
Hello, libraries that publish many artifacts that are meant to be used all with the same version publish a BOM (Bill of Materials) and then you import it in the dependencyManagement section Like this: https://github.com/FasterXML/jackson-bom Enrico Il giorno ven 28 mar 2025 alle ore 20:30 Tamás

Re: Idea - allow pom to specify expected version for all dependencies in a common single groupId

2025-03-29 Thread Piotr P. Karwasz
Hi, On 29.03.2025 14:20, Enrico Olivelli wrote: libraries that publish many artifacts that are meant to be used all with the same version publish a BOM (Bill of Materials) and then you import it in the dependencyManagement section Like this: https://github.com/FasterXML/jackson-bom For comple

Re: Idea - allow pom to specify expected version for all dependencies in a common single groupId

2025-03-29 Thread Piotr P. Karwasz
Hi, On 27.03.2025 17:44, Bear Giles wrote: This makes it easy to update your dependencies - single point of truth - but it doesn't necessarily apply to transient dependencies. This is especially common if the transient dependency is resolved first since (iirc) it will default to its own version