summaryrefslogtreecommitdiffstats
path: root/container/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'container/pom.xml')
-rw-r--r--container/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/container/pom.xml b/container/pom.xml
index b2a3a1baef8..4cda7b346b3 100644
--- a/container/pom.xml
+++ b/container/pom.xml
@@ -23,6 +23,10 @@
<version>${project.version}</version>
<exclusions>
<exclusion>
+ <groupId>org.bouncycastle</groupId>
+ <artifactId>bcpkix-jdk15on</artifactId>
+ </exclusion>
+ <exclusion>
<groupId>org.ow2.asm</groupId>
<artifactId>asm</artifactId>
</exclusion>