1-
21plugins {
32 id ' antlr'
43 id ' checkstyle'
@@ -36,7 +35,7 @@ dependencies {
3635 implementation libs. confluent. json. schema. serializer
3736
3837 implementation libs. aws. msk. auth
39- implementation (libs. azure. identity) {
38+ implementation(libs. azure. identity) {
4039 exclude group : ' io.netty' , module : ' netty-tcnative-boringssl-static'
4140 }
4241
@@ -46,7 +45,7 @@ dependencies {
4645 implementation libs. antlr. runtime
4746
4847 implementation libs. opendatadiscovery. oddrn
49- implementation (libs. opendatadiscovery. client) {
48+ implementation(libs. opendatadiscovery. client) {
5049 exclude group : ' org.springframework.boot' , module : ' spring-boot-starter-webflux'
5150 exclude group : ' io.projectreactor' , module : ' reactor-core'
5251 exclude group : ' io.projectreactor.ipc' , module : ' reactor-netty'
@@ -82,6 +81,8 @@ dependencies {
8281 testImplementation libs. bytebuddy
8382 testImplementation libs. assertj
8483 testImplementation libs. jsonschemavalidator
84+ testImplementation(libs. kafka. clients) { artifact { classifier = " test" } }
85+ testImplementation libs. bouncycastle. bcpkix
8586
8687 testImplementation libs. okhttp3
8788 testImplementation libs. okhttp3. mockwebserver
@@ -123,7 +124,7 @@ tasks.register('buildDockerImageTask', DockerBuildImage) {
123124 inputDir = projectDir
124125 dockerFile = project. layout. projectDirectory. file(' Dockerfile' )
125126 buildArgs = [
126- ' JAR_FILE' : " build/libs/${ project.name} -${ project.version} .jar"
127+ ' JAR_FILE' : " build/libs/${ project.name} -${ project.version} .jar"
127128 ] as Map<String , String >
128129 images. add(" ghcr.io/kafbat/kafka-ui:${ project.version} " )
129130}
0 commit comments