diff options
author | 2022-11-11 01:17:55 +0100 | |
---|---|---|
committer | 2022-11-11 01:17:55 +0100 | |
commit | e736922b5c124ad911c8b17847e4ddc60ce6df9c (patch) | |
tree | f2f6d539548ced844b21cb40cef8a82a58b783e7 /pom.xml | |
parent | 823759a0a94838f1d57db7155a004564e7ee97fc (diff) | |
download | simply-reports-e736922b5c124ad911c8b17847e4ddc60ce6df9c.tar.gz simply-reports-e736922b5c124ad911c8b17847e4ddc60ce6df9c.zip |
Add dependencies for itext and lombok
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -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> |