Remove references to newer bouncy castle from tests

This unifies the entire workspace on one instance of bouncy castle
until such time as the entire workspace is ready to upgrade to BC 1.64
This commit is contained in:
Ehren Kret 2020-03-26 17:30:17 -07:00
parent 39f5c00f7e
commit 2aca007a59
1 changed files with 13 additions and 0 deletions

View File

@ -26,6 +26,19 @@
<artifactId>mockwebserver</artifactId>
<version>2.1.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk16</artifactId>
<version>1.46</version>
<scope>test</scope>
</dependency>
</dependencies>