diff --git a/src/reference/asciidoc/appendix.adoc b/src/reference/asciidoc/appendix.adoc index 0f67ea0d..9e8bbf1b 100644 --- a/src/reference/asciidoc/appendix.adoc +++ b/src/reference/asciidoc/appendix.adoc @@ -16,38 +16,45 @@ When you use `spring-kafka-test` (version 2.2.x) with the 2.1.x `kafka-clients` org.springframework.kafka spring-kafka-test ${spring.kafka.version} + + + org.apache.kafka + kafka_2.11 + + test org.apache.kafka kafka-clients - 2.1.0 + 2.1.1 org.apache.kafka kafka-clients - 2.1.0 + 2.1.1 test org.apache.kafka - kafka_2.11 - 2.1.0 + kafka_2.12 + 2.1.1 test org.apache.kafka - kafka_2.11 - 2.1.0 + kafka_2.12 + 2.1.1 test test ---- ==== +Note that when switching to scala 2.12 (recommended for 2.1.x and higher), the 2.11 version must be excluded from spring-kafka-test. [appendix] [[history]]