This is an automated email from the ASF dual-hosted git repository. orpiske pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/camel-main by this push: new a3e68a7 Fixed itests-master tests failures due to missing BouncyCastle deps a3e68a7 is described below commit a3e68a76b858936158f61561d5b24a7b4078a79f Author: Otavio Rodolfo Piske <opi...@redhat.com> AuthorDate: Thu Jun 3 15:00:58 2021 +0200 Fixed itests-master tests failures due to missing BouncyCastle deps --- itests/camel-k-itests-master/pom.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/itests/camel-k-itests-master/pom.xml b/itests/camel-k-itests-master/pom.xml index 4b0813f..47952ab 100644 --- a/itests/camel-k-itests-master/pom.xml +++ b/itests/camel-k-itests-master/pom.xml @@ -73,6 +73,19 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcprov-ext-jdk15on</artifactId> + <version>${bouncycastle-version}</version> + </dependency> + <dependency> + <groupId>org.bouncycastle</groupId> + <artifactId>bcpkix-jdk15on</artifactId> + <version>${bouncycastle-version}</version> + </dependency> + + + <!-- The following dependencies guarantee that this module is built after them. --> <dependency> <groupId>org.apache.camel.k</groupId>