Compare commits
2 Commits
3677ea6a9a
...
edcec0971f
| Author | SHA1 | Date |
|---|---|---|
|
|
edcec0971f | |
|
|
15ae49c673 |
7
pom.xml
7
pom.xml
|
|
@ -442,6 +442,13 @@
|
||||||
<version>1.1.1</version>
|
<version>1.1.1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
|
<!-- https://mvnrepository.com/artifact/com.lowagie/itext -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.lowagie</groupId>
|
||||||
|
<artifactId>itext</artifactId>
|
||||||
|
<version>2.1.7.js2</version>
|
||||||
|
</dependency>
|
||||||
|
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.jsonwebtoken</groupId>
|
<groupId>io.jsonwebtoken</groupId>
|
||||||
<artifactId>jjwt</artifactId>
|
<artifactId>jjwt</artifactId>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue