From af8bc6b58adb66a33822eae8fd0c33c71d5e8ae9 Mon Sep 17 00:00:00 2001 From: Stephan Schroevers Date: Tue, 28 Jul 2020 20:24:20 +0200 Subject: [PATCH] chore: replace `bcprov-jdk15to18` with `bcprov-jdk15on` By upgrading the `maven-shade-plugin` the `bcprov-jdk15on` artifact (which contains JDK 9+ classes) can also be used when building the project using JDK 8. This change reverts d9f4413707c38cd7c702d04574b207da56343002. Resolves #636. --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 5c5249a7..501c5915 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.1 + 3.2.4 @@ -233,7 +233,7 @@ org.apache.maven.plugins maven-shade-plugin - 3.2.1 + 3.2.4 @@ -305,8 +305,8 @@ org.bouncycastle - bcprov-jdk15to18 + bcprov-jdk15on 1.66 - \ No newline at end of file +