removes jaxb-impl updates bouncycastle to 1.68

This commit is contained in:
spencergibb
2021-03-18 18:35:27 -04:00
parent 43fe8c1e62
commit 98048189dd

View File

@@ -90,13 +90,7 @@
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcpkix-jdk15on</artifactId>
<version>1.67</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>javax.xml</groupId>
<artifactId>jaxb-impl</artifactId>
<version>2.1</version>
<version>1.68</version>
<scope>test</scope>
</dependency>
</dependencies>