Update launcher dependencies due to boot changes
This commit is contained in:
@@ -41,6 +41,10 @@
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-loader-tools</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-loader-classic</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-loader</artifactId>
|
||||
|
||||
@@ -27,7 +27,7 @@ import org.springframework.boot.loader.jar.JarFile;
|
||||
|
||||
/**
|
||||
* The launcher class written at the top-level of the output JAR to be deployed to
|
||||
* Google Cloud Functions. This is the entry point to the function when run from JAR.
|
||||
* Google Cloud Functions. This is the entry point to the function when run from JAR.
|
||||
*
|
||||
* @author Ray Tsang
|
||||
* @author Daniel Zou
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user