Updated to reset vesions to Snapshot and to fix a checkstyle

This commit is contained in:
Glenn Renfro
2019-11-04 09:14:37 -05:00
parent 1572eb1bf2
commit 1a7113f37b
10 changed files with 18 additions and 18 deletions

View File

@@ -37,7 +37,7 @@ import org.springframework.cloud.deployer.spi.local.LocalTaskLauncher;
import org.springframework.cloud.deployer.spi.task.TaskLauncher;
import org.springframework.cloud.stream.binder.test.junit.rabbit.RabbitTestSupport;
import org.springframework.cloud.stream.messaging.Sink;
import org.springframework.cloud.task.launcher.util.TaskLauncherSinkApplication;
import org.springframework.cloud.task.launcher.app.TaskLauncherSinkApplication;
import org.springframework.cloud.task.repository.TaskExecution;
import org.springframework.cloud.task.repository.TaskExplorer;
import org.springframework.cloud.task.repository.support.SimpleTaskExplorer;

View File

@@ -14,7 +14,7 @@
* limitations under the License.
*/
package org.springframework.cloud.task.launcher.util;
package org.springframework.cloud.task.launcher.app;
import org.springframework.boot.SpringApplication;
import org.springframework.boot.autoconfigure.SpringBootApplication;