Change repo for sink test to libs-release

This commit is contained in:
Glenn Renfro
2019-02-21 13:37:41 -05:00
parent 52e05f37bd
commit f72ac11967

View File

@@ -59,8 +59,9 @@ import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = {TaskLauncherSinkApplication.class, TaskLauncherSinkTests.TaskLauncherConfiguration.class},
properties = {"maven.remote-repositories.repo1.url=https://repo.spring.io/libs-milestone"})
@SpringBootTest(classes = { TaskLauncherSinkApplication.class,
TaskLauncherSinkTests.TaskLauncherConfiguration.class }, properties = {
"maven.remote-repositories.repo1.url=https://repo.spring.io/libs-release" })
public class TaskLauncherSinkTests {
private final static int WAIT_INTERVAL = 500;