Re: Dependency version change on dependency import

2022-03-13 Thread Nils Breunese
Rimvydas Vaidelis wrote: > Thank you for the answer. I know that I can override the dependency version > in pom that imports the bom module. I wanted to avoid duplicating of the > dependency overriding in my library and in another project. However now I > see that it is the only way to implement

Re: Dependency version change on dependency import

2022-03-13 Thread Rimvydas Vaidelis
Hi Nils, Thank you for the answer. I know that I can override the dependency version in pom that imports the bom module. I wanted to avoid duplicating of the dependency overriding in my library and in another project. However now I see that it is the only way to implement what I want. Actually it

Re: Dependency version change on dependency import

2022-03-11 Thread Nils Breunese
Rimvydas Vaidelis wrote: > I have a multi-module project and I want to create a bill of materials > (BOM) module. BOM module contains dependencyManagement. My parent module > imports BOM module. BOM module will be used in another project that is > going to use my library. In development

Dependency version change on dependency import

2022-03-10 Thread Rimvydas Vaidelis
Hello, I have a multi-module project and I want to create a bill of materials (BOM) module. BOM module contains dependencyManagement. My parent module imports BOM module. BOM module will be used in another project that is going to use my library. In development environment I would like to change