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

davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/master by this push:
     new e983707  Regen
e983707 is described below

commit e983707c778a0984486eebba2b1b7b9535ff3e56
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Feb 14 09:55:16 2020 +0100

    Regen
---
 components-starter/README.adoc                 |  5 ++++-
 components-starter/camel-corda-starter/pom.xml | 12 ------------
 docs/modules/ROOT/pages/list.adoc              |  5 ++++-
 tooling/camel-spring-boot-dependencies/pom.xml |  6 ++++++
 4 files changed, 14 insertions(+), 14 deletions(-)

diff --git a/components-starter/README.adoc b/components-starter/README.adoc
index dcc2591..02fa33c 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: 320 in 254 JAR artifacts (1 deprecated)
+Number of Camel components: 321 in 255 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -92,6 +92,9 @@ Number of Camel components: 320 in 254 JAR artifacts (1 
deprecated)
 | link:https://camel.apache.org/components/latest/aws2-msk-component.html[AWS 
2 MSK] (camel-aws2-msk-starter) +
 `aws2-msk:label` | 3.1 | The aws2-msk is used for managing Amazon MSK
 
+| link:https://camel.apache.org/components/latest/aws2-ses-component.html[AWS 
2 Simple Email Service] (camel-aws2-ses-starter) +
+`aws2-ses:from` | 3.1 | The aws2-ses component is used for sending emails with 
Amazon's SES service.
+
 | 
link:https://camel.apache.org/components/latest/aws2-translate-component.html[AWS
 2 Translate] (camel-aws2-translate-starter) +
 `aws2-translate:label` | 3.1 | The aws2-translate component is used for 
managing Amazon Translate
 
diff --git a/components-starter/camel-corda-starter/pom.xml 
b/components-starter/camel-corda-starter/pom.xml
index d834111..47eae69 100644
--- a/components-starter/camel-corda-starter/pom.xml
+++ b/components-starter/camel-corda-starter/pom.xml
@@ -38,18 +38,6 @@
       <groupId>org.apache.camel</groupId>
       <artifactId>camel-corda</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 dcc2591..02fa33c 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: 320 in 254 JAR artifacts (1 deprecated)
+Number of Camel components: 321 in 255 JAR artifacts (1 deprecated)
 
 [width="100%",cols="4,1,5",options="header"]
 |===
@@ -92,6 +92,9 @@ Number of Camel components: 320 in 254 JAR artifacts (1 
deprecated)
 | link:https://camel.apache.org/components/latest/aws2-msk-component.html[AWS 
2 MSK] (camel-aws2-msk-starter) +
 `aws2-msk:label` | 3.1 | The aws2-msk is used for managing Amazon MSK
 
+| link:https://camel.apache.org/components/latest/aws2-ses-component.html[AWS 
2 Simple Email Service] (camel-aws2-ses-starter) +
+`aws2-ses:from` | 3.1 | The aws2-ses component is used for sending emails with 
Amazon's SES service.
+
 | 
link:https://camel.apache.org/components/latest/aws2-translate-component.html[AWS
 2 Translate] (camel-aws2-translate-starter) +
 `aws2-translate:label` | 3.1 | The aws2-translate component is used for 
managing Amazon Translate
 
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index b18383c..a10d90b 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -1873,6 +1873,12 @@
       </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
+        <artifactId>camel-allcomponents</artifactId>
+        <version>3.1.0-SNAPSHOT</version>
+        <type>pom</type>
+      </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
         <artifactId>camel-amqp</artifactId>
         <version>3.1.0-SNAPSHOT</version>
       </dependency>

Reply via email to