This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git
The following commit(s) were added to refs/heads/master by this push: new 722240b Kafka-clients is not a test dependency 722240b is described below commit 722240b7bb16da9acf300f4f57c08eff241c46e6 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Aug 26 08:52:12 2020 +0200 Kafka-clients is not a test dependency --- parent/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/parent/pom.xml b/parent/pom.xml index 76050ec..f485ca7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -156,7 +156,6 @@ <groupId>org.apache.kafka</groupId> <artifactId>kafka-clients</artifactId> <version>${kafka.version}</version> -<!-- <scope>test</scope>--> </dependency> <dependency> <groupId>org.apache.kafka</groupId>