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 b7ab8cfdc7d CAMEL-18315: camel-hyperledger-aries
b7ab8cfdc7d is described below

commit b7ab8cfdc7d6d64c16a6d1545a791d29ae4eb8b2
Author: Claus Ibsen <[email protected]>
AuthorDate: Thu Jul 28 12:53:48 2022 +0200

    CAMEL-18315: camel-hyperledger-aries
---
 tooling/camel-spring-boot-bom/pom.xml          | 5 +++++
 tooling/camel-spring-boot-dependencies/pom.xml | 5 +++++
 2 files changed, 10 insertions(+)

diff --git a/tooling/camel-spring-boot-bom/pom.xml 
b/tooling/camel-spring-boot-bom/pom.xml
index 1fff44a0dcb..23bd97a8931 100644
--- a/tooling/camel-spring-boot-bom/pom.xml
+++ b/tooling/camel-spring-boot-bom/pom.xml
@@ -783,6 +783,11 @@
         <artifactId>camel-huaweicloud-smn-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>camel-hyperledger-aries-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-ical-starter</artifactId>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index d655e775a74..22f6bdd6c67 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -971,6 +971,11 @@
         <artifactId>camel-huaweicloud-smn-starter</artifactId>
         <version>${project.version}</version>
       </dependency>
+      <dependency>
+        <groupId>org.apache.camel.springboot</groupId>
+        <artifactId>camel-hyperledger-aries-starter</artifactId>
+        <version>${project.version}</version>
+      </dependency>
       <dependency>
         <groupId>org.apache.camel.springboot</groupId>
         <artifactId>camel-ical-starter</artifactId>

Reply via email to