JAVA-21833 | updated parent (#14782)

This commit is contained in:
Gaetano Piazzolla 2023-09-18 10:00:51 +02:00 committed by GitHub
parent dab5b25f7e
commit 88139c2a9d
1 changed files with 4 additions and 3 deletions

View File

@ -9,10 +9,11 @@
<name>spring-boot-aws</name>
<description>spring-boot-aws</description>
<!-- "sam build" needs all the dependencies including its parent project. Hence, we cannot use parent-boot in this case -->
<parent>
<groupId>com.baeldung.spring-boot-modules</groupId>
<artifactId>spring-boot-modules</artifactId>
<version>1.0.0-SNAPSHOT</version>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.11</version>
</parent>
<dependencies>