Skip to content

Commit 4f602ed

Browse files
authored
Merge pull request #48 from cryptomator/feature/47-shade-correct-artifact
fix bouncycastle artifacts are not included in build jar
2 parents fc85711 + 1823923 commit 4f602ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@
224224
<createSourcesJar>false</createSourcesJar>
225225
<artifactSet>
226226
<includes>
227-
<include>org.bouncycastle:bcprov-jdk15on</include>
227+
<include>org.bouncycastle:bcprov-jdk18on</include>
228228
</includes>
229229
</artifactSet>
230230
<relocations>
@@ -235,7 +235,7 @@
235235
</relocations>
236236
<filters>
237237
<filter>
238-
<artifact>org.bouncycastle:bcprov-jdk15on</artifact>
238+
<artifact>org.bouncycastle:bcprov-jdk18on</artifact>
239239
<excludes>
240240
<exclude>META-INF/**</exclude>
241241
</excludes>

0 commit comments

Comments
 (0)