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
This commit is contained in:
Jun Kang
2024-03-29 03:42:54 +09:00
committed by GitHub
parent 2b934dfaef
commit 910d6a7579
+13
View File
@@ -34,6 +34,19 @@
<artifactId>layers</artifactId>
<name>layers</name>
<description>layers</description>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-dependencies</artifactId>
<type>pom</type>
<version>3.2.4</version>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>