You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zb...@apache.org on 2021/12/23 06:40:57 UTC

[camel-quarkus] 01/01: Force Bouncycastle dependency bcutil-jdk15on version

This is an automated email from the ASF dual-hosted git repository.

zbendhiba pushed a commit to branch quarkus-main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 95efbb2c995d621567f62843cc0870465c517d72
Author: Zineb Bendhiba <be...@gmail.com>
AuthorDate: Thu Dec 23 07:40:34 2021 +0100

    Force Bouncycastle dependency bcutil-jdk15on version
---
 poms/bom/pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/poms/bom/pom.xml b/poms/bom/pom.xml
index 0916434..085ecc4 100644
--- a/poms/bom/pom.xml
+++ b/poms/bom/pom.xml
@@ -6146,6 +6146,11 @@
                 <version>${bouncycastle.version}</version>
             </dependency>
             <dependency>
+                <groupId>org.bouncycastle</groupId>
+                <artifactId>bcutil-jdk15on</artifactId>
+                <version>${bouncycastle.version}</version>
+            </dependency>
+            <dependency>
                 <groupId>org.codehaus.jackson</groupId>
                 <artifactId>jackson-core-asl</artifactId>
                 <version>${jackson-asl.version}</version>