Let Spring Boot manage dependency versions #124

Merged
niat8586 merged 2 commits from spring-boot-managed-versions into develop 2025-03-05 11:53:11 +01:00
Owner

Since SciPro is now a Spring Boot-based application it is counter-productive to manage our own dependency versions.

  • They could conflict with what Spring Boot assumes
  • All libraries that are managed by Spring Boot are tested to work together

QueryDSL and JPA version properties are left in because they're needed for annotation processors (they can't be dependency managed).

Since SciPro is now a Spring Boot-based application it is counter-productive to manage our own dependency versions. * They could conflict with what Spring Boot assumes * All libraries that are managed by Spring Boot are tested to work together QueryDSL and JPA version properties are left in because they're needed for annotation processors (they can't be dependency managed).
ansv7779 added 1 commit 2025-03-04 13:30:18 +01:00
Since SciPro is now a Spring Boot-based application it is counter-productive to manage our own dependency versions.
* They could conflict with what Spring Boot assumes
* All libraries that are managed by Spring Boot are tested to work together

QueryDSL and JPA version properties are left in because they're needed for annotation processors (they can't be dependency managed).
First-time contributor
Deployed to https://scipro-spring-boot-managed-versions.branch.dsv.su.se
niat8586 added 1 commit 2025-03-05 11:31:54 +01:00
niat8586 requested review from niat8586 2025-03-05 11:37:56 +01:00
niat8586 approved these changes 2025-03-05 11:53:04 +01:00
niat8586 merged commit 5c5f03bd78 into develop 2025-03-05 11:53:11 +01:00
niat8586 deleted branch spring-boot-managed-versions 2025-03-05 11:53:11 +01:00
Sign in to join this conversation.
No description provided.