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:
Dave Syer
2019-12-17 11:15:25 +00:00
parent 2395be01bb
commit 514f7fcbf9

View File

@@ -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>