Updated libs-snapshot to snapshot for test dependencies and props
This commit is contained in:
@@ -57,7 +57,7 @@ import static org.assertj.core.api.Assertions.assertThat;
|
||||
|
||||
@ExtendWith(SpringExtension.class)
|
||||
@SpringBootTest(classes = { TaskLauncherSinkApplication.class, TaskLauncherSinkTests.TaskLauncherConfiguration.class },
|
||||
properties = { "maven.remote-repositories.repo1.url=https://repo.spring.io/libs-release",
|
||||
properties = { "maven.remote-repositories.repo1.url=https://repo.spring.io/release",
|
||||
"spring.cloud.stream.function.bindings.taskLauncherSink-in-0=input",
|
||||
"spring.cloud.stream.bindings.input.destination=taskLauncherSinkExchange" })
|
||||
public class TaskLauncherSinkTests {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
spring.application.name=PartitionedBatchJobTask
|
||||
logging.level.org.springframework.cloud.task=DEBUG
|
||||
maven.remoteRepositories.springRepo.url=https://repo.spring.io/libs-snapshot
|
||||
maven.remoteRepositories.springRepo.url=https://repo.spring.io/snapshot
|
||||
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
maven.remoteRepositories.springRepo.url=https://repo.spring.io/libs-snapshot
|
||||
maven.remoteRepositories.springRepo.url=https://repo.spring.io/snapshot
|
||||
spring.cloud.stream.function.bindings.processRequest-in-0=input
|
||||
spring.cloud.stream.function.bindings.processRequest-out-0=output
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
maven.remoteRepositories.springRepo.url=https://repo.spring.io/libs-snapshot
|
||||
maven.remoteRepositories.springRepo.url=https://repo.spring.io/snapshot
|
||||
spring.cloud.stream.function.bindings.taskLauncherSink-in-0=input
|
||||
spring.cloud.stream.bindings.input.destination=taskLauncherSinkExchange
|
||||
|
||||
|
||||
@@ -1 +1 @@
|
||||
maven.remoteRepositories.springRepo.url=https://repo.spring.io/libs-snapshot
|
||||
maven.remoteRepositories.springRepo.url=https://repo.spring.io/snapshot
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
maven.remoteRepositories.springRepo.url=https://repo.spring.io/libs-snapshot
|
||||
maven.remoteRepositories.springRepo.url=https://repo.spring.io/snapshot
|
||||
logging.level.org.springframework.cloud.task.batch.listener=DEBUG
|
||||
spring.cloud.stream.function.definition=taskLauncherSink
|
||||
spring.cloud.stream.function.bindings.taskLauncherSink-in-0=input
|
||||
|
||||
Reference in New Issue
Block a user