summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsa282w <sa282w@att.com>2018-03-28 17:02:52 -0400
committersa282w <sa282w@att.com>2018-03-28 17:04:58 -0400
commit783de76a4dcf3744b0255281c49783be81521b6d (patch)
tree6bd37a8d02c7449a24f33f0e3d282eb204111055
parente3a1140535044053a43d0ced84847b3d40235596 (diff)
Security Vulnerabilities
Issue-ID: PORTAL-155 Excluded bouncycastle from be-common/pom.xml Change-Id: Ie4e5fd50caf612e6b5df6586f9f5fd6114f2b2fe Signed-off-by: sa282w <sa282w@att.com>
-rw-r--r--ecomp-portal-BE-common/pom.xml10
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>