Exclude itext due to license 47/72647/1
authorPamela Dragosh <pdragosh@research.att.com>
Wed, 14 Nov 2018 13:23:36 +0000 (08:23 -0500)
committerPamela Dragosh <pdragosh@research.att.com>
Wed, 14 Nov 2018 13:23:44 +0000 (08:23 -0500)
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>
ONAP-SDK-APP/pom.xml

index eb9546c..3bb176b 100644 (file)
                     <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>