Skip to content
Snippets Groups Projects

Add logger

2 files
+ 5
4
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -20,7 +20,8 @@ dependencies {
@@ -20,7 +20,8 @@ dependencies {
testImplementation 'io.quarkus:quarkus-junit5'
testImplementation 'io.quarkus:quarkus-junit5'
testImplementation 'io.rest-assured:rest-assured'
testImplementation 'io.rest-assured:rest-assured'
implementation 'org.slf4j:slf4j-simple:1.7.29'
 
implementation 'io.github.microutils:kotlin-logging:1.12.0'
implementation 'io.fabric8:kubernetes-client:5.0.0-alpha-2'
implementation 'io.fabric8:kubernetes-client:5.0.0-alpha-2'
//implementation 'com.fkorotkov:kubernetes-dsl:2.8.1'
//implementation 'com.fkorotkov:kubernetes-dsl:2.8.1'
}
}
Loading