diff options
author | Kishore Reddy, Gujja (kg811t) <kishore.reddy.gujja@att.com> | 2018-11-08 14:43:35 -0500 |
---|---|---|
committer | Kishore Reddy, Gujja (kg811t) <kishore.reddy.gujja@att.com> | 2018-11-08 14:43:35 -0500 |
commit | ab32e7c91de362869eec56f24dc692ec23c07b7e (patch) | |
tree | d340f283ee89cc79f14211232f75561e9a2aaf1b /ecomp-portal-BE-common | |
parent | d569d0fdc58df62b1a8cb1bfd1050dd2fe4fc2b6 (diff) |
Fixed license text.
Issue-ID: PORTAL-460
Change-Id: Ic36e7be4f723ba79e9af6acbb6eec4e1739c9d02
Signed-off-by: Kishore Reddy, Gujja (kg811t) <kishore.reddy.gujja@att.com>
Diffstat (limited to 'ecomp-portal-BE-common')
-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> |