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

[camel-spring-boot] branch main updated: Camel 17318: AWS Timestream Component (#11155)

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

davsclaus 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 22b77fe0c3b Camel 17318: AWS Timestream Component (#11155)
22b77fe0c3b is described below

commit 22b77fe0c3b7f692f4f98be60d575efaa326d3a2
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Aug 21 15:13:28 2023 +0200

    Camel 17318: AWS Timestream Component (#11155)
---
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/tooling/camel-spring-boot-dependencies/pom.xml b/tooling/camel-spring-boot-dependencies/pom.xml
index 05aee04ca5b..d47a9f930be 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -2133,6 +2133,11 @@
         <artifactId>camel-aws2-sts</artifactId>
         <version>4.1.0-SNAPSHOT</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel</groupId>
+        <artifactId>camel-aws2-timestream</artifactId>
+        <version>4.1.0-SNAPSHOT</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-aws2-translate</artifactId>