thkim 2025-01-02 18:02:47 +09:00
commit edcec0971f
1 changed files with 7 additions and 0 deletions

View File

@ -442,6 +442,13 @@
<version>1.1.1</version>
</dependency>
<!-- https://mvnrepository.com/artifact/com.lowagie/itext -->
<dependency>
<groupId>com.lowagie</groupId>
<artifactId>itext</artifactId>
<version>2.1.7.js2</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt</artifactId>