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 /epsdk-app-onap/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 'epsdk-app-onap/pom.xml')
-rwxr-xr-x | epsdk-app-onap/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/epsdk-app-onap/pom.xml b/epsdk-app-onap/pom.xml index 9b0136f0c..85731d1b9 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>
|