aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
diff options
context:
space:
mode:
authorSonsino, Ofir (os0695) <os0695@intl.att.com>2018-11-14 10:42:45 +0200
committerSonsino, Ofir (os0695) <os0695@intl.att.com>2018-11-14 10:42:45 +0200
commit0ce80fac351ec9450ae6905ef4ac5c550649e8f7 (patch)
tree3347fe78b68a25e980b9ef449c48dff53fe6b68e /vid-app-common/pom.xml
parentc445efac620f9ba82bae41e53b10849de968f77d (diff)
Remove the itext v2.0.83.2.1
Change-Id: Ia20c3c9156249a482143fade5ee0eb75be7b2a3a Issue-ID: VID-340 Signed-off-by: Sonsino, Ofir (os0695) <os0695@intl.att.com>
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-xvid-app-common/pom.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 6c4aefc96..202e2ad1b 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>