You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2023/02/20 10:21:02 UTC

[camel] 01/02: CAMEL-19062 - Clean up Parent POM - Kafka Clients

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit b26f4d3ca2cb74863b2d06f2119dee3bdc578152
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 20 11:16:15 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Kafka Clients
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 components/camel-kafka/pom.xml | 1 +
 parent/pom.xml                 | 6 ------
 2 files changed, 1 insertion(+), 6 deletions(-)

diff --git a/components/camel-kafka/pom.xml b/components/camel-kafka/pom.xml
index fafc6bcd2d2..7db100d5c8c 100644
--- a/components/camel-kafka/pom.xml
+++ b/components/camel-kafka/pom.xml
@@ -48,6 +48,7 @@
         <dependency>
             <groupId>org.apache.kafka</groupId>
             <artifactId>kafka-clients</artifactId>
+            <version>${kafka-version}</version>
         </dependency>
 
         <dependency>
diff --git a/parent/pom.xml b/parent/pom.xml
index a1dc498dd4b..01fc32f82df 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -2690,12 +2690,6 @@
                 <version>${jackson2-version}</version>
             </dependency>
 
-            <dependency>
-                <groupId>org.apache.kafka</groupId>
-                <artifactId>kafka-clients</artifactId>
-                <version>${kafka-version}</version>
-            </dependency>
-
             <!-- embedded concurrent lru map -->
             <dependency>
                 <groupId>com.github.ben-manes.caffeine</groupId>