Use older version of spring-boot-loader
Avoids class def not found issue owning to a change in the behaviour of JarFileArchive in Spring Boot 2.2.
This commit is contained in:
@@ -61,6 +61,11 @@
|
||||
</dependencyManagement>
|
||||
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-loader</artifactId>
|
||||
<version>2.1.9.RELEASE</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.cloud</groupId>
|
||||
<artifactId>spring-cloud-deployer-thin</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user