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.git
commit 2cd2d1c372b5a57d83567f1d99356cdda6c48aec Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Jun 8 14:03:29 2022 +0200 CAMEL-17689 - Create a Camel Hashicorp Vault Component - Added to kit --- bom/camel-bom/pom.xml | 5 +++++ catalog/camel-allcomponents/pom.xml | 4 ++++ components/pom.xml | 1 + parent/pom.xml | 5 +++++ 4 files changed, 15 insertions(+) diff --git a/bom/camel-bom/pom.xml b/bom/camel-bom/pom.xml index 264d992d07d..33f51b48f56 100644 --- a/bom/camel-bom/pom.xml +++ b/bom/camel-bom/pom.xml @@ -922,6 +922,11 @@ <artifactId>camel-guava-eventbus</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-hashicorp-vault</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-hazelcast</artifactId> diff --git a/catalog/camel-allcomponents/pom.xml b/catalog/camel-allcomponents/pom.xml index 4d4952915e5..cf9348f3c31 100644 --- a/catalog/camel-allcomponents/pom.xml +++ b/catalog/camel-allcomponents/pom.xml @@ -597,6 +597,10 @@ <groupId>org.apache.camel</groupId> <artifactId>camel-hashicorp-vault</artifactId> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-hashicorp-vault</artifactId> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-hazelcast</artifactId> diff --git a/components/pom.xml b/components/pom.xml index bc71814e12f..89155d3bac8 100644 --- a/components/pom.xml +++ b/components/pom.xml @@ -160,6 +160,7 @@ <module>camel-grpc</module> <module>camel-gson</module> <module>camel-guava-eventbus</module> + <module>camel-hashicorp-vault</module> <module>camel-hazelcast</module> <module>camel-hbase</module> <module>camel-hdfs</module> diff --git a/parent/pom.xml b/parent/pom.xml index 54e2ee70b07..497115729d0 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -1523,6 +1523,11 @@ <artifactId>camel-hashicorp-vault</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.apache.camel</groupId> + <artifactId>camel-hashicorp-vault</artifactId> + <version>${project.version}</version> + </dependency> <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-hazelcast</artifactId>