Adjust pom for bouncycastle

This commit is contained in:
Manfred Karrer 2018-01-04 22:50:43 +01:00
parent b45ce61762
commit 39890ea4d0
No known key found for this signature in database
GPG Key ID: 401250966A6B2C46

View File

@ -88,6 +88,11 @@
<artifactId>maven-shade-plugin</artifactId>
<version>3.1.0</version>
<configuration>
<artifactSet>
<excludes>
<exclude>org.bouncycastle:*:*:*</exclude>
</excludes>
</artifactSet>
<!-- broken with Java 8 (MSHADE-174), using ProGuard instead. -->
<minimizeJar>false</minimizeJar>
<transformers>