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 10:31:44 UTC

[camel-quarkus] branch main updated: Force Bouncycastle dependency bcutil-jdk15on version

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 4decca8  Force Bouncycastle dependency bcutil-jdk15on version
4decca8 is described below

commit 4decca82a9866466047b1f1e075ae2840b79d53b
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>