BAEL-20869 Move remaining spring boot modules (update several pom files)

This commit is contained in:
mikr
2020-02-04 09:24:55 +01:00
parent d9c10c9176
commit 3d8b4ee43d
5 changed files with 10 additions and 10 deletions

View File

@@ -7,9 +7,9 @@
<!-- this needs to use the boot parent directly in order to not inherit logback dependencies -->
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.1.1.RELEASE</version>
<groupId>com.baeldung</groupId>
<artifactId>spring-boot-runtime</artifactId>
<version>0.0.1-SNAPSHOT</version>
</parent>
<dependencies>