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
Let Spring Boot manage dependency versions
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m52s
Build and test / build-and-test (push) Successful in 16m43s
7a458bccb2
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
Merge branch 'develop' into spring-boot-managed-versions
All checks were successful
Deploy to branch.dsv.su.se / deploy (pull_request) Successful in 3m24s
Build and test / build-and-test (push) Successful in 16m42s
Remove branch deployment from branch.dsv.su.se / cleanup (pull_request) Successful in 6s
cf2e2a24a4
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.