Update launcher dependencies due to boot changes

This commit is contained in:
Oleg Zhurakousky
2023-10-10 13:57:23 +02:00
parent 1f188e8e36
commit a037d3a16f
3 changed files with 9 additions and 1 deletions

View File

@@ -18,6 +18,10 @@
</properties>
<dependencies>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-loader-classic</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-loader</artifactId>