Skip to content

Commit 2533311

Browse files
authored
Remove Bouncy Castle filter configuration
Removed configuration for Bouncy Castle filter in the shading process.
1 parent e11d94c commit 2533311

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -764,16 +764,6 @@
764764
<goals>
765765
<goal>shade</goal>
766766
</goals>
767-
<configuration>
768-
<filters>
769-
<filter>
770-
<artifact>org.bouncycastle:bcprov-jdk18on</artifact>
771-
<excludes>
772-
<exclude>META-INF/versions/25/**/*.*</exclude>
773-
</excludes>
774-
</filter>
775-
</filters>
776-
</configuration>
777767
</execution>
778768
</executions>
779769
<dependencies>

0 commit comments

Comments
 (0)