Exclude itext due to license

Per Portal team, we can safely exclude this dependency
that has license issues.

Issue-ID: POLICY-1230
Change-Id: I957ad9cfea94227d7403bfb61a45d048393944e6
Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml
index eb9546c..3bb176b 100644
--- a/ONAP-SDK-APP/pom.xml
+++ b/ONAP-SDK-APP/pom.xml
@@ -302,6 +302,10 @@
                     <groupId>com.oracle</groupId>
                     <artifactId>ojdbc6</artifactId>
                 </exclusion>
+                <exclusion>
+                    <groupId>com.lowagie</groupId>
+                    <artifactId>itext</artifactId>
+                </exclusion>
                 <!-- Added exclusions to fix issue with duplicate jars of different versions -->
                 <exclusion>
                     <groupId>org.springframework</groupId>