|
@@ -108,6 +108,16 @@
|
|
<artifactId>mockito-all</artifactId>
|
|
<artifactId>mockito-all</artifactId>
|
|
<scope>test</scope>
|
|
<scope>test</scope>
|
|
</dependency>
|
|
</dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
|
+ <artifactId>bcprov-jdk15on</artifactId>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
|
|
+ <dependency>
|
|
|
|
+ <groupId>org.bouncycastle</groupId>
|
|
|
|
+ <artifactId>bcpkix-jdk15on</artifactId>
|
|
|
|
+ <scope>test</scope>
|
|
|
|
+ </dependency>
|
|
</dependencies>
|
|
</dependencies>
|
|
|
|
|
|
<build>
|
|
<build>
|