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 2021/02/24 08:49:06 UTC

[camel-spring-boot] 04/05: CAMEL-16115 - Remove Camel-AWS-* components - AWS-EC2

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

commit 20de1cdb492af45394b244ba75dffb9b94e5bfef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Feb 24 09:48:30 2021 +0100

    CAMEL-16115 - Remove Camel-AWS-* components - AWS-EC2
---
 .../apache/camel/springboot/catalog/components.properties    |  2 +-
 components-starter/README.adoc                               |  2 +-
 components-starter/camel-corda-starter/pom.xml               |  8 ++++++++
 components-starter/camel-iota-starter/pom.xml                | 12 ++++++++++++
 docs/modules/ROOT/pages/list.adoc                            |  2 +-
 5 files changed, 23 insertions(+), 3 deletions(-)

diff --git a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
index 73e6fff..b7b2ecc 100644
--- a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
+++ b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components.properties
@@ -346,4 +346,4 @@ xslt-saxon
 yammer
 zendesk
 zookeeper
-zookeeper-master
+zookeeper-master
\ No newline at end of file
diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index 0bbb3bd..f2df676 100644
--- a/components-starter/README.adoc
+++ b/components-starter/README.adoc
@@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts as Spring Boot S
 == Camel Components
 
 // components: START
-Number of Camel components: 334 in 268 JAR artifacts (9 deprecated)
+Number of Camel components: 333 in 267 JAR artifacts (8 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===
diff --git a/components-starter/camel-corda-starter/pom.xml b/components-starter/camel-corda-starter/pom.xml
index b215b27..4aa7023 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -41,6 +41,14 @@
       <!--START OF GENERATED CODE-->
       <exclusions>
         <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+        <exclusion>
           <groupId>org.apache.logging.log4j</groupId>
           <artifactId>log4j-core</artifactId>
         </exclusion>
diff --git a/components-starter/camel-iota-starter/pom.xml b/components-starter/camel-iota-starter/pom.xml
index 1cdd52f..3656ac0 100644
--- a/components-starter/camel-iota-starter/pom.xml
+++ b/components-starter/camel-iota-starter/pom.xml
@@ -38,6 +38,18 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-iota</artifactId>
       <version>${camel-version}</version>
+      <!--START OF GENERATED CODE-->
+      <exclusions>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-classic</artifactId>
+        </exclusion>
+        <exclusion>
+          <groupId>ch.qos.logback</groupId>
+          <artifactId>logback-core</artifactId>
+        </exclusion>
+      </exclusions>
+      <!--END OF GENERATED CODE-->
     </dependency>
     <!--START OF GENERATED CODE-->
     <dependency>
diff --git a/docs/modules/ROOT/pages/list.adoc b/docs/modules/ROOT/pages/list.adoc
index 0bbb3bd..f2df676 100644
--- a/docs/modules/ROOT/pages/list.adoc
+++ b/docs/modules/ROOT/pages/list.adoc
@@ -5,7 +5,7 @@ Apache Camel Spring Boot supports the following Camel artifacts as Spring Boot S
 == Camel Components
 
 // components: START
-Number of Camel components: 334 in 268 JAR artifacts (9 deprecated)
+Number of Camel components: 333 in 267 JAR artifacts (8 deprecated)
 
 [width="100%",cols="4,3,3,3,6",options="header"]
 |===