diff options
author | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-14 08:23:36 -0500 |
---|---|---|
committer | Pamela Dragosh <pdragosh@research.att.com> | 2018-11-14 16:51:01 +0000 |
commit | 39ddb18d9ff6879530e8711671c17a749984bdd6 (patch) | |
tree | 8a94e079aae22bc11d25c3324e581f14741d760b /ONAP-SDK-APP/pom.xml | |
parent | 22aab7b10a99bb35de71dfa20208d9a8340686d8 (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>
(cherry picked from commit 08d9b84f4643af38833ebd1315665648f6f1f82d)
Diffstat (limited to 'ONAP-SDK-APP/pom.xml')
-rw-r--r-- | ONAP-SDK-APP/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ONAP-SDK-APP/pom.xml b/ONAP-SDK-APP/pom.xml index 65da53b77..28cbf87d3 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> |