diff options
author | Manoop Talasila <talasila@research.att.com> | 2018-11-09 14:45:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-09 14:45:56 +0000 |
commit | bededf38c6042a15c58c2263560157bff0dc225b (patch) | |
tree | 8349b066fe555e618f5830bf4ee22e953143729a | |
parent | adc449a11e3aba39c97bf3645369c9a8f5cbea00 (diff) | |
parent | ab32e7c91de362869eec56f24dc692ec23c07b7e (diff) |
Merge "Fixed license text."
-rw-r--r-- | ecomp-portal-BE-common/pom.xml | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ecomp-portal-BE-common/pom.xml b/ecomp-portal-BE-common/pom.xml index fd6a93d9..fb16be03 100644 --- a/ecomp-portal-BE-common/pom.xml +++ b/ecomp-portal-BE-common/pom.xml @@ -397,22 +397,6 @@ </exclusion> </exclusions> </dependency> - <!-- for generating PDF --> - <dependency> - <groupId>com.lowagie</groupId> - <artifactId>itext</artifactId> - <version>2.0.8</version> - <exclusions> - <exclusion> - <groupId>bouncycastle</groupId> - <artifactId>bcprov-jdk14</artifactId> - </exclusion> - <exclusion> - <groupId>bouncycastle</groupId> - <artifactId>bcmail-jdk14</artifactId> - </exclusion> - </exclusions> - </dependency> <!-- Quartz --> <dependency> <groupId>org.quartz-scheduler</groupId> |