This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch release-1.15.x in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit bfef9b8248f2f2ff488c7f887c62fcc57ad765d0 Author: Pasquale Congiusti <[email protected]> AuthorDate: Wed Mar 22 12:27:35 2023 +0100 chore(deps): remove bouncycastle dependency As it seems to be unused --- camel-k-runtime/deployment/pom.xml | 4 ---- camel-k-runtime/runtime/pom.xml | 8 ++------ itests/camel-k-itests-core/pom.xml | 5 ----- itests/camel-k-itests-loader-js/pom.xml | 5 ----- itests/camel-k-itests-loader-polyglot/pom.xml | 5 ----- itests/camel-k-itests-loader-xml/pom.xml | 5 ----- itests/camel-k-itests-loader-yaml/pom.xml | 5 ----- 7 files changed, 2 insertions(+), 35 deletions(-) diff --git a/camel-k-runtime/deployment/pom.xml b/camel-k-runtime/deployment/pom.xml index 6db1d61d..f7d21520 100644 --- a/camel-k-runtime/deployment/pom.xml +++ b/camel-k-runtime/deployment/pom.xml @@ -44,10 +44,6 @@ <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-kubernetes-deployment</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-support-bouncycastle-deployment</artifactId> - </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-logging-json-deployment</artifactId> diff --git a/camel-k-runtime/runtime/pom.xml b/camel-k-runtime/runtime/pom.xml index f7de144d..64d19c3e 100644 --- a/camel-k-runtime/runtime/pom.xml +++ b/camel-k-runtime/runtime/pom.xml @@ -40,10 +40,6 @@ <groupId>org.apache.camel.quarkus</groupId> <artifactId>camel-quarkus-kubernetes</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-support-bouncycastle</artifactId> - </dependency> <dependency> <groupId>io.quarkus</groupId> <artifactId>quarkus-logging-json</artifactId> @@ -62,8 +58,8 @@ <runnerParentFirstArtifact>org.graalvm.js:js</runnerParentFirstArtifact> <runnerParentFirstArtifact>org.graalvm.regex:regex</runnerParentFirstArtifact> <runnerParentFirstArtifact>org.graalvm.truffle:truffle-api</runnerParentFirstArtifact> - </runnerParentFirstArtifacts> - </configuration> + </runnerParentFirstArtifacts> + </configuration> <executions> <execution> <goals> diff --git a/itests/camel-k-itests-core/pom.xml b/itests/camel-k-itests-core/pom.xml index f21c61d3..10ea6a79 100644 --- a/itests/camel-k-itests-core/pom.xml +++ b/itests/camel-k-itests-core/pom.xml @@ -46,11 +46,6 @@ <artifactId>quarkus-resteasy-jsonb</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-support-bouncycastle</artifactId> - </dependency> - <!-- test dependencies --> <dependency> <groupId>io.quarkus</groupId> diff --git a/itests/camel-k-itests-loader-js/pom.xml b/itests/camel-k-itests-loader-js/pom.xml index a508d941..2ede1d67 100644 --- a/itests/camel-k-itests-loader-js/pom.xml +++ b/itests/camel-k-itests-loader-js/pom.xml @@ -51,11 +51,6 @@ <artifactId>camel-quarkus-bean</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-support-bouncycastle</artifactId> - </dependency> - <!-- test dependencies --> <dependency> <groupId>io.quarkus</groupId> diff --git a/itests/camel-k-itests-loader-polyglot/pom.xml b/itests/camel-k-itests-loader-polyglot/pom.xml index 6883dcbc..325edfd4 100644 --- a/itests/camel-k-itests-loader-polyglot/pom.xml +++ b/itests/camel-k-itests-loader-polyglot/pom.xml @@ -33,11 +33,6 @@ <artifactId>camel-k-itests-loader-inspector</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-support-bouncycastle</artifactId> - </dependency> - <!-- camel quarkus --> <dependency> <groupId>org.apache.camel</groupId> diff --git a/itests/camel-k-itests-loader-xml/pom.xml b/itests/camel-k-itests-loader-xml/pom.xml index 7136262f..4fff7a62 100644 --- a/itests/camel-k-itests-loader-xml/pom.xml +++ b/itests/camel-k-itests-loader-xml/pom.xml @@ -51,11 +51,6 @@ <artifactId>camel-quarkus-bean</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-support-bouncycastle</artifactId> - </dependency> - <!-- test dependencies --> <dependency> <groupId>io.quarkus</groupId> diff --git a/itests/camel-k-itests-loader-yaml/pom.xml b/itests/camel-k-itests-loader-yaml/pom.xml index 4494f411..1b55ef00 100644 --- a/itests/camel-k-itests-loader-yaml/pom.xml +++ b/itests/camel-k-itests-loader-yaml/pom.xml @@ -51,11 +51,6 @@ <artifactId>camel-quarkus-bean</artifactId> </dependency> - <dependency> - <groupId>org.apache.camel.quarkus</groupId> - <artifactId>camel-quarkus-support-bouncycastle</artifactId> - </dependency> - <!-- test dependencies --> <dependency> <groupId>io.quarkus</groupId>
