Skip to content

Commit 393af57

Browse files
mgorbovMikhail Gorbov
authored andcommitted
Changed Kafka version in Kafka producer module. (apache#171)
(cherry picked from commit 5647eb1)
1 parent 1d6e26d commit 393af57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/kafka-producer/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<dependency>
6969
<groupId>org.apache.kafka</groupId>
7070
<artifactId>kafka_${scala.binary.version}</artifactId>
71-
<version>0.9.0.0</version>
71+
<version>0.9.0.0-mapr-1707</version>
7272
<exclusions>
7373
<exclusion>
7474
<groupId>com.sun.jmx</groupId>
@@ -95,7 +95,7 @@
9595
<dependency>
9696
<groupId>org.apache.kafka</groupId>
9797
<artifactId>kafka-clients</artifactId>
98-
<version>0.9.0.0-mapr-1607</version>
98+
<version>0.9.0.0-mapr-1707</version>
9999
<exclusions>
100100
<exclusion>
101101
<groupId>com.sun.jmx</groupId>

0 commit comments

Comments
 (0)