Skip to content

Commit 141a1ce

Browse files
committed
Doc polishing
Fix override for 1.1.0 - scala jars should be in test scope.
1 parent 5f324d7 commit 141a1ce

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/reference/asciidoc/appendix.adoc

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,6 @@ When using `spring-kafka-test` (_version 2.1.x_, starting with _version 2.1.5_)
1616
<artifactId>spring-kafka-test</artifactId>
1717
<version>${spring.kafka.version}</version>
1818
<scope>test</scope>
19-
<exclusions>
20-
<exclusion>
21-
<groupId>org.apache.kafka</groupId>
22-
<artifactId>kafka-clients</artifactId>
23-
</exclusion>
24-
</exclusions>
2519
</dependency>
2620
2721
<dependency>
@@ -41,13 +35,15 @@ When using `spring-kafka-test` (_version 2.1.x_, starting with _version 2.1.5_)
4135
<groupId>org.apache.kafka</groupId>
4236
<artifactId>kafka_2.11</artifactId>
4337
<version>1.1.0</version>
38+
<scope>test</scope>
4439
</dependency>
4540
4641
<dependency>
4742
<groupId>org.apache.kafka</groupId>
4843
<artifactId>kafka_2.11</artifactId>
4944
<version>1.1.0</version>
5045
<classifier>test</classifier>
46+
<scope>test</scope>
5147
</dependency>
5248
----
5349

0 commit comments

Comments
 (0)