Change repo for sink test to libs-release

This commit is contained in:
Glenn Renfro
2019-02-21 13:37:41 -05:00
parent 960e3c1d46
commit 2a25426c9c

View File

@@ -60,7 +60,7 @@ import static org.assertj.core.api.Assertions.assertThat;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = { TaskLauncherSinkApplication.class,
TaskLauncherSinkTests.TaskLauncherConfiguration.class }, properties = {
"maven.remote-repositories.repo1.url=https://repo.spring.io/libs-milestone" })
"maven.remote-repositories.repo1.url=https://repo.spring.io/libs-release" })
public class TaskLauncherSinkTests {
private final static int WAIT_INTERVAL = 500;