diff options
-rw-r--r-- | ecomp-portal-BE-common/pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index ce394eaf..733a1017 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -402,6 +402,16 @@ <groupId>com.lowagie</groupId> <artifactId>itext</artifactId> <version>2.0.8</version> + <exclusions> + <exclusion> + <groupId>bouncycastle</groupId> + <artifactId>bcprov-jdk14</artifactId> + </exclusion> + <exclusion> + <groupId>bouncycastle</groupId> + <artifactId>bcmail-jdk14</artifactId> + </exclusion> + </exclusions> </dependency> <!-- Quartz --> <dependency> |