[BAEL-7524] Force spring 2.x

This commit is contained in:
Philippe Sevestre 2024-02-28 23:59:26 -03:00
parent e7100ab790
commit 256958034f
1 changed files with 13 additions and 3 deletions

View File

@ -9,11 +9,19 @@
<description>OpenAPI Generator module</description>
<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>
<relativePath/>
</parent>
<!-- <parent>-->
<!-- <groupId>com.baeldung.spring-boot-modules</groupId>-->
<!-- <artifactId>spring-boot-modules</artifactId>-->
<!-- <version>1.0.0-SNAPSHOT</version>-->
<!-- </parent>-->
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
@ -79,6 +87,8 @@
</build>
<properties>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<openapi-generator.version>7.3.0</openapi-generator.version>
<swagger-annotations.version>2.2.20</swagger-annotations.version>
</properties>