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 259259 <groupId >ch.qos.reload4j</groupId >
260260 <artifactId >reload4j</artifactId >
261261 </exclusion >
262- <exclusion >
263- <groupId >org.bouncycastle</groupId >
264- <artifactId >bcprov-jdk18on</artifactId >
265- </exclusion >
266262 <exclusion >
267263 <groupId >io.dropwizard.metrics</groupId >
268264 <artifactId >metrics-core</artifactId >
489485 <plugin >
490486 <groupId >org.apache.maven.plugins</groupId >
491487 <artifactId >maven-shade-plugin</artifactId >
492- <version >3.2.1 </version >
488+ <version >3.5.0 </version >
493489 <executions >
494490 <execution >
495491 <phase >package</phase >
601597 <pattern >com.google.thirdparty.publicsuffix</pattern >
602598 <shadedPattern >${shadeBase} .com.google.thirdparty.publicsuffix</shadedPattern >
603599 </relocation >
600+ <relocation >
601+ <pattern >org.bouncycastle</pattern >
602+ <shadedPattern >${shadeBase} .org.bouncycastle</shadedPattern >
603+ </relocation >
604604 </relocations >
605605 <filters >
606606 <filter >
You can’t perform that action at this time.
0 commit comments