Skip to content
Snippets Groups Projects
Commit 3c1a9f8e authored by Benedikt Wetzel's avatar Benedikt Wetzel Committed by Sören Henning
Browse files

clean up gradle

parent 1bbcb555
No related branches found
No related tags found
4 merge requests!159Re-implementation of Theodolite with Kotlin/Quarkus,!157Update Graal Image in CI pipeline,!154Add more Kuberntes related tests,!83WIP: Re-implementation of Theodolite with Kotlin/Quarkus
...@@ -27,16 +27,10 @@ dependencies { ...@@ -27,16 +27,10 @@ dependencies {
implementation 'khttp:khttp:1.0.0' implementation 'khttp:khttp:1.0.0'
compile 'junit:junit:4.12' compile 'junit:junit:4.12'
testImplementation 'io.quarkus:quarkus-junit5' testImplementation 'io.quarkus:quarkus-junit5'
testImplementation 'io.rest-assured:rest-assured' testImplementation 'io.rest-assured:rest-assured'
testImplementation 'org.junit-pioneer:junit-pioneer:1.4.0' testImplementation 'org.junit-pioneer:junit-pioneer:1.4.0'
testImplementation group: 'io.fabric8', name: 'kubernetes-server-mock', version: '4.6.0'
testImplementation (group: 'io.fabric8', name: 'kubernetes-server-mock', version: '5.4.1'){force = true} testImplementation (group: 'io.fabric8', name: 'kubernetes-server-mock', version: '5.4.1'){force = true}
} }
group 'theodolite' group 'theodolite'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment