Skip to content
Snippets Groups Projects
Commit 6fb798ac authored by Sören Henning's avatar Sören Henning
Browse files

Minor clean up in Gradle file

parent cbc7987a
No related branches found
No related tags found
No related merge requests found
Pipeline #6105 failed
......@@ -26,19 +26,13 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.9'
implementation 'org.slf4j:slf4j-simple:1.7.32'
implementation 'io.github.microutils:kotlin-logging:2.1.16'
//implementation('io.fabric8:kubernetes-client:5.4.1'){force = true}
//implementation('io.fabric8:kubernetes-model-core:5.4.1'){force = true}
//implementation('io.fabric8:kubernetes-model-common:5.4.1'){force = true}
implementation 'org.apache.kafka:kafka-clients:2.8.0'
implementation 'khttp:khttp:1.0.0'
// compile 'junit:junit:4.12'
testImplementation 'io.quarkus:quarkus-junit5'
testImplementation 'io.quarkus:quarkus-test-kubernetes-client'
testImplementation 'io.rest-assured:rest-assured'
testImplementation 'org.junit-pioneer:junit-pioneer:1.5.0'
//testImplementation 'io.fabric8:kubernetes-server-mock:5.10.1'
testImplementation "org.mockito.kotlin:mockito-kotlin:4.0.0"
}
......
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