summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsa282w <sa282w@att.com>2018-03-28 18:31:53 -0400
committersa282w <sa282w@att.com>2018-03-28 18:31:53 -0400
commit4ffeab5a06736f0cab02a7abf28f7616d8163a42 (patch)
treec2ebd8abee526b37f45468f73c2399f646e7f547
parentab332ac46effd843df1d4743132efeaded0a6174 (diff)
Security Vunerabilities
Issue-ID: PORTAL-155 Excluded bouncycastle from epsdk-app-analytics/pom.xml. Change-Id: I17e159099f0b9655e00a3d22a6c1375acd364074 Signed-off-by: sa282w <sa282w@att.com>
-rw-r--r--ecomp-sdk/epsdk-analytics/pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/ecomp-sdk/epsdk-analytics/pom.xml b/ecomp-sdk/epsdk-analytics/pom.xml
index 09ebf15f..2b79d543 100644
--- a/ecomp-sdk/epsdk-analytics/pom.xml
+++ b/ecomp-sdk/epsdk-analytics/pom.xml
@@ -65,6 +65,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>
<!-- bridge to implement commons-logging using slf4j -->
<dependency>