Replace testRuntime configuration with testRuntimeOnly.

This commit is contained in:
John Blum
2022-01-27 18:46:00 -08:00
parent dcabde9f13
commit 55ffae046c
5 changed files with 13 additions and 13 deletions

View File

@@ -37,6 +37,6 @@ dependencies {
testImplementation "org.springframework.boot:spring-boot-starter-data-cassandra"
testImplementation "org.springframework.data:spring-data-geode-test"
testRuntime "org.hsqldb:hsqldb"
testRuntimeOnly "org.hsqldb:hsqldb"
}