Security Vulnerabilities 35/39835/1
authorsa282w <sa282w@att.com>
Wed, 28 Mar 2018 21:02:52 +0000 (17:02 -0400)
committersa282w <sa282w@att.com>
Wed, 28 Mar 2018 21:04:58 +0000 (17:04 -0400)
Issue-ID: PORTAL-155

Excluded bouncycastle from be-common/pom.xml

Change-Id: Ie4e5fd50caf612e6b5df6586f9f5fd6114f2b2fe
Signed-off-by: sa282w <sa282w@att.com>
ecomp-portal-BE-common/pom.xml

index ce394ea..733a101 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>
                <!-- Quartz -->
                <dependency>