Skip to content

Commit 910d6a7

Browse files
authored
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
1 parent 2b934df commit 910d6a7

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

layers/pom.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,19 @@
3434
<artifactId>layers</artifactId>
3535
<name>layers</name>
3636
<description>layers</description>
37+
38+
<dependencyManagement>
39+
<dependencies>
40+
<dependency>
41+
<groupId>org.springframework.boot</groupId>
42+
<artifactId>spring-boot-dependencies</artifactId>
43+
<type>pom</type>
44+
<version>3.2.4</version>
45+
<scope>import</scope>
46+
</dependency>
47+
</dependencies>
48+
</dependencyManagement>
49+
3750
<dependencies>
3851
<dependency>
3952
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)