diff options
author | Sonsino, Ofir (os0695) <os0695@intl.att.com> | 2018-11-14 10:42:45 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2018-11-14 08:58:00 +0000 |
commit | a2178fe991d7af91f35b71d804e9a02ad102f932 (patch) | |
tree | 2f6e6b3d8bd7b71800bc51e2672f3ef98002c3e8 /vid-app-common/pom.xml | |
parent | 9250a8434f004e0413db3d400f6c81db0d3c3a0d (diff) |
Remove the itext v2.0.8
Change-Id: Ia20c3c9156249a482143fade5ee0eb75be7b2a3a
Issue-ID: VID-340
Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
(cherry picked from commit 0ce80fac351ec9450ae6905ef4ac5c550649e8f7)
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 479510368..72f50ac47 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -341,6 +341,12 @@ <groupId>org.onap.portal.sdk</groupId>
<artifactId>epsdk-analytics</artifactId>
<version>${epsdk.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>com.lowagie</groupId>
+ <artifactId>itext</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>org.onap.portal.sdk</groupId>
|