Remove unneeded spock test dependency for camel tests (#9420)

This commit is contained in:
Jay DeLuca 2023-09-08 08:02:30 -04:00 committed by GitHub
parent f89fa74852
commit adc959bf2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ dependencies {
testImplementation("org.springframework.boot:spring-boot-starter-test:1.5.17.RELEASE")
testImplementation("org.springframework.boot:spring-boot-starter:1.5.17.RELEASE")
testImplementation("org.spockframework:spock-spring")
testImplementation("javax.xml.bind:jaxb-api:2.3.1")
testImplementation("org.elasticmq:elasticmq-rest-sqs_2.12:1.0.0")