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