@@ -4,15 +4,17 @@ spring-boot = '3.4.1'
4
4
aws-msk-auth = ' 2.2.0'
5
5
azure-identity = ' 1.14.2'
6
6
7
- apache-commons = ' 2 .12.0'
7
+ apache-commons-lang3 = ' 3 .12.0'
8
8
apache-commons-io = ' 2.16.1'
9
+ apache-commons-pool2 = ' 2.12.0'
9
10
apache-datasketches = ' 3.1.0'
10
11
apache-commons-compress = ' 1.26.0'
11
12
12
13
assertj = ' 3.25.3'
13
14
avro = ' 1.11.4'
14
15
byte-buddy = ' 1.14.19'
15
16
confluent = ' 7.8.0'
17
+ confluent-ccs = ' 7.8.0-ccs'
16
18
17
19
mapstruct = ' 1.6.2'
18
20
lombok = ' 1.18.34'
@@ -38,6 +40,7 @@ aspectj = '1.9.21'
38
40
39
41
[plugins ]
40
42
spring-boot = { id = ' org.springframework.boot' , version = ' 3.4.1' }
43
+ spring-dependency-management = { id = ' io.spring.dependency-management' , version = ' 1.1.3' }
41
44
git-properties = { id = ' com.gorylenko.gradle-git-properties' , version = ' 2.4.2' }
42
45
openapi-generator = { id = ' org.openapi.generator' , version = ' 7.9.0' }
43
46
allure = { id = ' io.qameta.allure' , version =' 2.10.0' }
@@ -66,15 +69,15 @@ mapstruct = {module = 'org.mapstruct:mapstruct', version.ref = 'mapstruct'}
66
69
mapstruct-processor = {module = ' org.mapstruct:mapstruct-processor' , version.ref = ' mapstruct' }
67
70
jakarta-annotation-api = {module = ' jakarta.annotation:jakarta.annotation-api' , version.ref = ' jakarta-annotation-api' }
68
71
jackson-databind-nullable = {module = ' org.openapitools:jackson-databind-nullable' , version.ref = ' jackson-databind-nullable' }
69
- kafka-clients = { module = ' org.apache.kafka:kafka-clients' , version = " ${versions. confluent} -ccs" }
72
+ kafka-clients = { module = ' org.apache.kafka:kafka-clients' , version.ref = ' confluent-ccs' }
70
73
71
- apache-commons = { module = ' org.apache.commons:commons-lang3' , version.ref = ' apache-commons' }
74
+ apache-commons = { module = ' org.apache.commons:commons-lang3' , version.ref = ' apache-commons-lang3 ' }
72
75
apache-commons-compress = { module = ' org.apache.commons:commons-compress' , version.ref = ' apache-commons-compress' }
73
76
apache-commons-io = { module = ' commons-io:commons-io' , version.ref = ' apache-commons-io' }
74
- apache-commons-pool2 = { module = ' org.apache.commons:commons-pool2' , version.ref = ' apache-commons' }
77
+ apache-commons-pool2 = { module = ' org.apache.commons:commons-pool2' , version.ref = ' apache-commons-pool2 ' }
75
78
apache-datasketches = { module = ' org.apache.datasketches:datasketches-java' , version.ref =' apache-datasketches' }
76
79
apache-avro = { module = ' org.apache.avro:avro' , version.ref = ' avro' }
77
- apache-kafka = { module = ' org.apache.kafka:kafka_2.13' , version = " ${versions. confluent} -ccs" }
80
+ apache-kafka = { module = ' org.apache.kafka:kafka_2.13' , version.ref = ' confluent-ccs' }
78
81
79
82
confluent-schema-registry-client = { module = ' io.confluent:kafka-schema-registry-client' , version.ref = ' confluent' }
80
83
confluent-avro-serializer = { module = ' io.confluent:kafka-avro-serializer' , version.ref = ' confluent' }
0 commit comments