Removed unused dependency org.bouncycastle/bcprov-jdk16

pull/28/head
Jens Pelzetter 2022-03-26 14:17:14 +01:00
parent 81541be80e
commit 3c34a14273
2 changed files with 0 additions and 11 deletions

View File

@ -146,11 +146,6 @@
<artifactId>commons-validator</artifactId>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>

View File

@ -685,12 +685,6 @@
<version>3.6.3</version>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>1.46</version>
</dependency>
<dependency>
<groupId>poi</groupId>
<artifactId>poi-2.5-final</artifactId>