diff options
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 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>
|