Issue-ID: PORTAL-155
Excluded bouncycastle from epsdk-app-analytics/pom.xml.
Change-Id: I17e159099f0b9655e00a3d22a6c1375acd364074
Signed-off-by: sa282w <sa282w@att.com>
<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>