You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pp...@apache.org on 2021/11/25 09:10:22 UTC

[camel-quarkus-examples] 05/08: Bump Strimzi kafka-oauth-client version from Quarkus bom

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

ppalaga pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git

commit 40d59803a3ff077098b365efc9d7a555a75150ed
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Thu Nov 18 11:12:26 2021 +0100

    Bump Strimzi kafka-oauth-client version from Quarkus bom
---
 kafka/pom.xml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/kafka/pom.xml b/kafka/pom.xml
index a3eec02..e2b4838 100644
--- a/kafka/pom.xml
+++ b/kafka/pom.xml
@@ -50,7 +50,6 @@
         <maven-resources-plugin.version>3.1.0</maven-resources-plugin.version>
         <maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
         <mycila-license.version>3.0</mycila-license.version>
-        <kafka-oauth-client.version>0.7.2</kafka-oauth-client.version>
     </properties>
 
     <dependencyManagement>
@@ -70,11 +69,6 @@
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>
-            <dependency>
-                <groupId>io.strimzi</groupId>
-                <artifactId>kafka-oauth-client</artifactId>
-                <version>${kafka-oauth-client.version}</version>
-            </dependency>
         </dependencies>
     </dependencyManagement>