[JAVA-32058] Upgrade spring-rest-http-2, spring-rest-http-3 to Boot 3 (#16225)

This commit is contained in:
vunamtien
2024-03-29 20:25:16 +07:00
committed by GitHub
parent a822f2ed0c
commit 8711ec8f29
6 changed files with 16 additions and 11 deletions
@@ -10,9 +10,9 @@
<parent>
<groupId>com.baeldung</groupId>
<artifactId>parent-boot-2</artifactId>
<artifactId>parent-boot-3</artifactId>
<version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-2</relativePath>
<relativePath>../../parent-boot-3</relativePath>
</parent>
<dependencies>
@@ -26,4 +26,8 @@
</dependency>
</dependencies>
<properties>
<start-class>com.baeldung.Main</start-class>
</properties>
</project>