[BAEL-7524] Force spring 2.x
This commit is contained in:
parent
e7100ab790
commit
256958034f
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue