aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2018-11-14 08:23:36 -0500
committerPamela Dragosh <pdragosh@research.att.com>2018-11-14 08:23:44 -0500
commit08d9b84f4643af38833ebd1315665648f6f1f82d (patch)
treefeb19e4222abf71f7ac8a53acb4bbf02d4ddc541
parent5cdd459d420ab9ffb58b5cbf872086e2f3e31294 (diff)
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>
-rw-r--r--ONAP-SDK-APP/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml
index eb9546c9f..3bb176bee 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>