Exclude itext due to license 77/72677/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 16:51:01 +0000 (16:51 +0000)
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>
(cherry picked from commit 08d9b84f4643af38833ebd1315665648f6f1f82d)

ONAP-SDK-APP/pom.xml

index 65da53b..28cbf87 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>