All checks were successful
Build and test / build-and-test (push) Successful in 17m7s
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). Co-authored-by: Nico Athanassiadis <nico@dsv.su.se> Reviewed-on: #124 Reviewed-by: Nico Athanassiadis <nico@dsv.su.se> Co-authored-by: Andreas Svanberg <andreass@dsv.su.se> Co-committed-by: Andreas Svanberg <andreass@dsv.su.se>