Skip to content

Commit d7b100b

Browse files
committed
Fix Appendix (Kafka Version Override)
1 parent bb26e05 commit d7b100b

File tree

1 file changed

+1
-17
lines changed

1 file changed

+1
-17
lines changed

Diff for: spring-kafka-docs/src/main/asciidoc/appendix.adoc

+1-17
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ If you wish to use a different version of `kafka-clients` or `kafka-streams`, an
99
.Maven
1010
----
1111
<properties>
12-
<kafka.version>3.1.0</kafka.version>
12+
<kafka.version>3.2.0</kafka.version>
1313
</properties>
1414
1515
<dependency>
@@ -27,22 +27,6 @@ If you wish to use a different version of `kafka-clients` or `kafka-streams`, an
2727
<artifactId>spring-kafka-test</artifactId>
2828
<scope>test</scope>
2929
</dependency>
30-
31-
<dependency>
32-
<groupId>org.apache.kafka</groupId>
33-
<artifactId>kafka-clients</artifactId>
34-
<classifier>test</classifier>
35-
<scope>test</scope>
36-
<version>${kafka.version}</version>
37-
</dependency>
38-
39-
<dependency>
40-
<groupId>org.apache.kafka</groupId>
41-
<artifactId>kafka_2.13</artifactId>
42-
<classifier>test</classifier>
43-
<scope>test</scope>
44-
<version>${kafka.version}</version>
45-
</dependency>
4630
----
4731
4832
[source, groovy, subs="+attributes", role="secondary"]

0 commit comments

Comments
 (0)