diff options
Diffstat (limited to 'integration-tests/pom.xml')
-rw-r--r-- | integration-tests/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml index b0e6e77420..6d936f73ee 100644 --- a/integration-tests/pom.xml +++ b/integration-tests/pom.xml @@ -345,7 +345,7 @@ limitations under the License. </exclusion> <exclusion> <groupId>org.bouncycastle</groupId> - <artifactId>bcprov-jdk15on</artifactId> + <artifactId>*</artifactId> </exclusion> </exclusions> </dependency> |