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-spring-boot.git


The following commit(s) were added to refs/heads/main by this push:
     new fe90250ed8c CAMEL-19062 - Clean up Parent POM - Cassandra - Regen
fe90250ed8c is described below

commit fe90250ed8cc9494d5afa99e8db324492883c72a
Author: Andrea Cosentino <anco...@gmail.com>
AuthorDate: Thu Feb 16 12:10:09 2023 +0100

    CAMEL-19062 - Clean up Parent POM - Cassandra - Regen
    
    Signed-off-by: Andrea Cosentino <anco...@gmail.com>
---
 components-starter/camel-snmp-starter/pom.xml  | 8 ++++++++
 tooling/camel-spring-boot-dependencies/pom.xml | 7 +------
 2 files changed, 9 insertions(+), 6 deletions(-)

diff --git a/components-starter/camel-snmp-starter/pom.xml 
b/components-starter/camel-snmp-starter/pom.xml
index c2a846c957e..d5323173f8f 100644
--- a/components-starter/camel-snmp-starter/pom.xml
+++ b/components-starter/camel-snmp-starter/pom.xml
@@ -38,6 +38,14 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-snmp</artifactId>
       <version>${camel-version}</version>
+      <!--START OF GENERATED CODE-->
+      <exclusions>
+        <exclusion>
+          <groupId>log4j</groupId>
+          <artifactId>log4j</artifactId>
+        </exclusion>
+      </exclusions>
+      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index 53686f9b0b7..eb42c7b081e 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -98,7 +98,7 @@
       <dependency>
         <groupId>com.microsoft.azure</groupId>
         <artifactId>msal4j</artifactId>
-        <version>1.13.3</version>
+        <version>1.13.4</version>
       </dependency>
       <dependency>
         <groupId>com.sun.xml.bind</groupId>
@@ -3948,11 +3948,6 @@
         <artifactId>spi-annotations</artifactId>
         <version>4.0.0-SNAPSHOT</version>
       </dependency>
-      <dependency>
-        <groupId>org.apache.cassandra</groupId>
-        <artifactId>cassandra-all</artifactId>
-        <version>4.1.0</version>
-      </dependency>
       <dependency>
         <groupId>org.apache.cxf.services.sts</groupId>
         <artifactId>cxf-services-sts-core</artifactId>

Reply via email to