File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 259
259
<groupId >ch.qos.reload4j</groupId >
260
260
<artifactId >reload4j</artifactId >
261
261
</exclusion >
262
- <exclusion >
263
- <groupId >org.bouncycastle</groupId >
264
- <artifactId >bcprov-jdk18on</artifactId >
265
- </exclusion >
266
262
<exclusion >
267
263
<groupId >io.dropwizard.metrics</groupId >
268
264
<artifactId >metrics-core</artifactId >
489
485
<plugin >
490
486
<groupId >org.apache.maven.plugins</groupId >
491
487
<artifactId >maven-shade-plugin</artifactId >
492
- <version >3.2.1 </version >
488
+ <version >3.5.0 </version >
493
489
<executions >
494
490
<execution >
495
491
<phase >package</phase >
601
597
<pattern >com.google.thirdparty.publicsuffix</pattern >
602
598
<shadedPattern >${shadeBase} .com.google.thirdparty.publicsuffix</shadedPattern >
603
599
</relocation >
600
+ <relocation >
601
+ <pattern >org.bouncycastle</pattern >
602
+ <shadedPattern >${shadeBase} .org.bouncycastle</shadedPattern >
603
+ </relocation >
604
604
</relocations >
605
605
<filters >
606
606
<filter >
You can’t perform that action at this time.
0 commit comments