summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorAlessandro Iezzi <aiezzi@alessandroiezzi.it>2022-11-11 01:17:55 +0100
committerAlessandro Iezzi <aiezzi@alessandroiezzi.it>2022-11-11 01:17:55 +0100
commite736922b5c124ad911c8b17847e4ddc60ce6df9c (patch)
treef2f6d539548ced844b21cb40cef8a82a58b783e7 /pom.xml
parent823759a0a94838f1d57db7155a004564e7ee97fc (diff)
downloadsimply-reports-e736922b5c124ad911c8b17847e4ddc60ce6df9c.tar.gz
simply-reports-e736922b5c124ad911c8b17847e4ddc60ce6df9c.zip
Add dependencies for itext and lombok
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 71d8b47..4d58db4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,6 +19,19 @@
<dependencies>
<dependency>
+ <groupId>com.lowagie</groupId>
+ <artifactId>itext</artifactId>
+ <version>2.1.7</version>
+ </dependency>
+
+ <dependency>
+ <groupId>org.projectlombok</groupId>
+ <artifactId>lombok</artifactId>
+ <version>1.18.20</version>
+ <optional>true</optional>
+ </dependency>
+
+ <dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>