Updated versions
This commit is contained in:
@@ -60,13 +60,13 @@ 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-local"})
|
||||
properties = {"maven.remote-repositories.repo1.url=https://repo.spring.io/libs-release"})
|
||||
public class TaskLauncherSinkTests {
|
||||
|
||||
private final static int WAIT_INTERVAL = 500;
|
||||
private final static int MAX_WAIT_TIME = 10000;
|
||||
private final static String URL = "maven://org.springframework.cloud.task.app:"
|
||||
+ "timestamp-task:jar:1.3.0.RELEASE";
|
||||
+ "timestamp-task:jar:2.0.0.RELEASE";
|
||||
private final static String DATASOURCE_URL;
|
||||
private final static String DATASOURCE_USER_NAME = "SA";
|
||||
private final static String DATASOURCE_USER_PASSWORD = "''";
|
||||
|
||||
Reference in New Issue
Block a user