Skip to content

Commit

Permalink
Fixup Create Camel Google Secret Manager Extension
Browse files Browse the repository at this point in the history
  • Loading branch information
ppalaga committed Mar 29, 2022
1 parent 6ed6688 commit 5c2b738
Show file tree
Hide file tree
Showing 6 changed files with 3,674 additions and 3,600 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ Manage Google Secret Manager Secrets

== What's inside

TODO: Link to Camel 3.16 component breaks website build
* google-secret-manager-component ADOC, URI syntax: `google-secret-manager:project`
* xref:{cq-camel-components}::google-secret-manager-component.adoc[Google Secret Manager component], URI syntax: `google-secret-manager:project`

Please refer to the above link for usage and configuration details.

Expand Down
10 changes: 0 additions & 10 deletions extensions-jvm/google-secret-manager/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,16 +44,6 @@
<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>

Expand Down
10 changes: 10 additions & 0 deletions poms/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1402,6 +1402,16 @@
<groupId>org.apache.camel</groupId>
<artifactId>camel-google-secret-manager</artifactId>
<version>${camel.version}</version>
<exclusions>
<exclusion>
<groupId>com.google.code.findbugs</groupId>
<artifactId>jsr305</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.camel</groupId>
Expand Down

0 comments on commit 5c2b738

Please sign in to comment.