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 fcc7015e29c555e55f312ef1147c14b77654d935 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Mar 28 13:41:24 2022 +0200 Create Camel Google Secret Manager Extension --- extensions-jvm/google-secret-manager/runtime/pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/extensions-jvm/google-secret-manager/runtime/pom.xml b/extensions-jvm/google-secret-manager/runtime/pom.xml index 9af72e1..2d4b7d3 100644 --- a/extensions-jvm/google-secret-manager/runtime/pom.xml +++ b/extensions-jvm/google-secret-manager/runtime/pom.xml @@ -44,6 +44,16 @@ <dependency> <groupId>org.apache.camel</groupId> <artifactId>camel-google-secret-manager</artifactId> + <exclusions> + <exclusion> + <groupId>com.google.code.findbugs</groupId> + <artifactId>jsr305</artifactId> + </exclusion> + <exclusion> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + </exclusion> + </exclusions> </dependency> </dependencies>
