Skip to content

Commit 9e5f823

Browse files
SnipxiText-CI
authored andcommitted
Make BouncyCastle dependencies non-optional
DEVSIX-3606
1 parent 80e5f17 commit 9e5f823

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kernel/pom.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,11 @@
2222
<groupId>org.bouncycastle</groupId>
2323
<artifactId>bcpkix-jdk15on</artifactId>
2424
<version>${bouncycastle.version}</version>
25-
<optional>true</optional>
2625
</dependency>
2726
<dependency>
2827
<groupId>org.bouncycastle</groupId>
2928
<artifactId>bcprov-jdk15on</artifactId>
3029
<version>${bouncycastle.version}</version>
31-
<optional>true</optional>
3230
</dependency>
3331
<dependency>
3432
<groupId>com.itextpdf</groupId>

0 commit comments

Comments
 (0)