bael-6473: upgrade spring boot to 3

This commit is contained in:
hmdrzsharifi 2023-09-03 16:29:14 +03:30
parent 259de2ed39
commit 272f59e660
1 changed files with 16 additions and 3 deletions

View File

@ -6,9 +6,10 @@
<artifactId>spring-reactive</artifactId> <artifactId>spring-reactive</artifactId>
<parent> <parent>
<groupId>com.baeldung.spring.reactive</groupId> <groupId>com.baeldung</groupId>
<artifactId>spring-reactive-modules</artifactId> <artifactId>parent-boot-3</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<relativePath>../../parent-boot-3</relativePath>
</parent> </parent>
<dependencies> <dependencies>
@ -90,6 +91,18 @@
</profile> </profile>
</profiles> </profiles>
<build>
<plugins>
<plugin>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-maven-plugin</artifactId>
<configuration>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
</build>
<properties> <properties>
<reactor.version>3.4.16</reactor.version> <reactor.version>3.4.16</reactor.version>
<reactor-kafka.version>1.3.10</reactor-kafka.version> <reactor-kafka.version>1.3.10</reactor-kafka.version>