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-quarkus.git
commit 8b5ea74816e81aaca4bfa085dd12641ca1c74724 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 28 14:21:06 2022 +0200 Create Camel Google Secret Manager Extension --- catalog/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/catalog/pom.xml b/catalog/pom.xml index 8159b84..7ca993b 100644 --- a/catalog/pom.xml +++ b/catalog/pom.xml @@ -1548,6 +1548,19 @@ </dependency> <dependency> <groupId>org.apache.camel.quarkus</groupId> + <artifactId>camel-quarkus-google-secret-manager</artifactId> + <version>${project.version}</version> + <type>pom</type> + <scope>test</scope> + <exclusions> + <exclusion> + <groupId>*</groupId> + <artifactId>*</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-google-sheets</artifactId> <version>${project.version}</version> <type>pom</type>
