This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 93cbe85 CAMEL-13542: Remove hard coded bouncycastle version from
camel-as2-ap
93cbe85 is described below
commit 93cbe8591158590ef85e55bdb0d6d0b8a4036a95
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Jun 3 20:56:45 2019 +0200
CAMEL-13542: Remove hard coded bouncycastle version from camel-as2-ap
---
components/camel-as2/camel-as2-api/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/components/camel-as2/camel-as2-api/pom.xml
b/components/camel-as2/camel-as2-api/pom.xml
index 138cad3..a93d5e9 100644
--- a/components/camel-as2/camel-as2-api/pom.xml
+++ b/components/camel-as2/camel-as2-api/pom.xml
@@ -54,12 +54,12 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-debug-jdk15on</artifactId>
- <version>1.58</version>
+ <version>${bouncycastle-version}</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
- <version>1.58</version>
+ <version>${bouncycastle-version}</version>
</dependency>
<dependency>