Skip to content

Commit

Permalink
Merge pull request #48 from cryptomator/feature/47-shade-correct-arti…
Browse files Browse the repository at this point in the history
…fact

fix bouncycastle artifacts are not included in build jar
  • Loading branch information
infeo authored Apr 16, 2024
2 parents fc85711 + 1823923 commit 4f602ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@
<createSourcesJar>false</createSourcesJar>
<artifactSet>
<includes>
<include>org.bouncycastle:bcprov-jdk15on</include>
<include>org.bouncycastle:bcprov-jdk18on</include>
</includes>
</artifactSet>
<relocations>
Expand All @@ -235,7 +235,7 @@
</relocations>
<filters>
<filter>
<artifact>org.bouncycastle:bcprov-jdk15on</artifact>
<artifact>org.bouncycastle:bcprov-jdk18on</artifact>
<excludes>
<exclude>META-INF/**</exclude>
</excludes>
Expand Down

0 comments on commit 4f602ed

Please sign in to comment.