-
-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Clearify the use of Spring BOM in deegree root POM dependencyManagement section #1718
Comments
I also think it is not a good idea to mix the Moving the BOM import into the An alternative proposal would be to not import |
…ols-gml and fixing deps" This reverts commit af1a74d.
Currently the Spring Boot BOM is used in the project root POM in the dependencyManagement section (see https://github.com/deegree/deegree3/blob/main/pom.xml#L1206) which will import the versions defined by the Spring Boot BOM. This may override versions used in modules such as the deegree-webservices which uses the dependencies also defined in the dependencyManagement section of the root project POM.
Proposal:
The text was updated successfully, but these errors were encountered: