File tree Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Expand file tree Collapse file tree 4 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55
66 kafbat-ui :
77 container_name : kafbat-ui
8- image : ghcr.io/kafbat/kafka-ui:latest
8+ image : ghcr.io/kafbat/kafka-ui:v1.1.0
99 ports :
1010 - 8080:8080
1111 depends_on :
Original file line number Diff line number Diff line change @@ -13,14 +13,6 @@ subprojects {
1313 }
1414 }
1515
16- repositories {
17- mavenCentral()
18- maven {
19- name = ' confluent'
20- url = ' https://packages.confluent.io/maven/'
21- }
22- }
23-
2416 group = ' io.kafbat'
2517 version = version
2618
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ junit = '5.12.0'
2525mockito = ' 5.14.2'
2626okhttp3 = ' 4.12.0'
2727testcontainers = ' 1.20.6'
28- swagger-integration-jakarta = ' 2.2.8 '
28+ swagger-integration-jakarta = ' 2.2.28 '
2929jakarta-annotation-api = ' 2.1.1'
3030jackson-databind-nullable = ' 0.2.6'
3131antlr = ' 4.12.0'
Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ pluginManagement {
55 }
66}
77
8+ dependencyResolutionManagement {
9+ // repositoriesMode.set(RepositoriesMode.EXCLUSIVE)
10+ repositories {
11+ mavenCentral()
12+ maven {
13+ name = ' confluent'
14+ url = ' https://packages.confluent.io/maven/'
15+ }
16+ }
17+ }
18+
819rootProject. name = " kafbat-ui"
920include " contract"
1021include " serde-api"
You can’t perform that action at this time.
0 commit comments