rewrite-spring icon indicating copy to clipboard operation
rewrite-spring copied to clipboard

Dependency Management Removals in Spring Boot 2.6

Open pway99 opened this issue 3 years ago • 0 comments

Need a recipe to add explicit versions to dependencies (if referenced in a spring boot project migrating to 2.6)

JBoss Transaction SPI

Dependency management for org.jboss:jboss-transaction-spi has been removed. If you are using org.jboss:jboss-transaction-spi you should define your own dependency management that meets your application’s needs.

Nimbus DS Dependency management for com.nimbusds:oauth2-oidc-sdk and com.nimbusds:nimbus-jose-jwt has been removed. If you are using Spring Security you should rely on the versions that it will pull in as transitive dependencies. If you are not using Spring Security you should define your own dependency management that meets your application’s needs. HAL Browser

hal Dependency management for org.webjars:hal-browser has been removed. If you are using org.webjars:hal-browser you should define your own dependency management that meets your application’s needs.

pway99 avatar Apr 05 '22 21:04 pway99