aboutsummaryrefslogtreecommitdiffstats
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
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>
-rwxr-xr-xepsdk-app-onap/pom.xml4
-rwxr-xr-xvid-app-common/pom.xml6
2 files changed, 10 insertions, 0 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml
index 0e846a414..4720376cb 100755
--- a/epsdk-app-onap/pom.xml
+++ b/epsdk-app-onap/pom.xml
@@ -319,6 +319,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>com.lowagie</groupId>
+ <artifactId>itext</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>
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>