From 910d6a75795a5e164e618f4c392e3e5527ae80c9 Mon Sep 17 00:00:00 2001 From: Jun Kang Date: Fri, 29 Mar 2024 03:42:54 +0900 Subject: [PATCH] deps: Updated the maven imports of layers pattern for SpringBoot 3.2.4 (#2861) * Updated the imports in code of the single table inheritance pattern for Spring Boot 3.x #2825 Change javax library to jakarta * add pom.xml * Updated the imports in code of the healthcheck pattern for SpringBoot 3.x Change javax library to jakarta and update maven dependency versions * change order of imports to pass Checkstyle violations * change import order to pass lexicographical order test * change import order to pass CustomImportOrder warning * Updated the maven imports of layers pattern for SpringBoot 3.2.4 * remove unused maven import --- layers/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/layers/pom.xml b/layers/pom.xml index 425b8eaed..6a769e08c 100644 --- a/layers/pom.xml +++ b/layers/pom.xml @@ -34,6 +34,19 @@ layers layers layers + + + + + org.springframework.boot + spring-boot-dependencies + pom + 3.2.4 + import + + + + org.springframework.boot