Security Vunerabilities 61/39861/1
authorsa282w <sa282w@att.com>
Wed, 28 Mar 2018 22:31:53 +0000 (18:31 -0400)
committersa282w <sa282w@att.com>
Wed, 28 Mar 2018 22:31:53 +0000 (18:31 -0400)
Issue-ID: PORTAL-155

Excluded bouncycastle from epsdk-app-analytics/pom.xml.

Change-Id: I17e159099f0b9655e00a3d22a6c1375acd364074
Signed-off-by: sa282w <sa282w@att.com>
ecomp-sdk/epsdk-analytics/pom.xml

index 09ebf15..2b79d54 100644 (file)
                        <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>