Skip to content

Commit d14e788

Browse files
committed
align kafka versions
1 parent d507a9f commit d14e788

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

api/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,10 @@
5050
<dependency>
5151
<groupId>org.apache.kafka</groupId>
5252
<artifactId>kafka-clients</artifactId>
53-
<version>${kafka-clients.version}</version>
53+
<!-- ccs stands for Confluent Community Edition
54+
See https://www.confluent.io/confluent-community-license-faq/
55+
-->
56+
<version>${confluent.version}-ccs</version>
5457
</dependency>
5558
<dependency>
5659
<groupId>org.apache.commons</groupId>

pom.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@
3939
<datasketches-java.version>3.1.0</datasketches-java.version>
4040
<groovy.version>3.0.13</groovy.version>
4141
<jackson.version>2.14.0</jackson.version>
42-
<kafka-clients.version>3.8.0</kafka-clients.version>
4342
<org.mapstruct.version>1.6.2</org.mapstruct.version>
4443
<org.projectlombok.version>1.18.34</org.projectlombok.version>
4544
<protobuf-java.version>3.25.5</protobuf-java.version>

0 commit comments

Comments
 (0)