boot-based ModuleLauncher
deprecates default constructor for ModuleLauncher until dependencies are refactored
This commit is contained in:
committed by
Mark Fisher
parent
95a34f6ab0
commit
31daf48cc2
@@ -16,7 +16,7 @@
|
||||
|
||||
<properties>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<start-class>org.springframework.cloud.stream.module.launcher.ModuleLauncher</start-class>
|
||||
<start-class>org.springframework.cloud.stream.module.launcher.ModuleLauncherApplication</start-class>
|
||||
<aether.version>1.0.2.v20150114</aether.version>
|
||||
<maven.version>3.1.0</maven.version>
|
||||
<wiremock.version>1.57</wiremock.version>
|
||||
@@ -27,6 +27,10 @@
|
||||
<groupId>org.springframework</groupId>
|
||||
<artifactId>spring-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-actuator</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-loader</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user