Updated libs-snapshot to snapshot for test dependencies and props

This commit is contained in:
Glenn Renfro
2023-05-01 16:17:04 -04:00
parent ab87387b8b
commit 24a54b954b
6 changed files with 6 additions and 6 deletions

View File

@@ -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 {