Compare commits

...

2 Commits

Author SHA1 Message Date
thkim edcec0971f Merge branch 'main' of https://git.vas2.com/geoinfo_eGov_work 2025-01-02 18:02:47 +09:00
thkim 15ae49c673 . 2025-01-02 08:45:13 +09:00
1 changed files with 7 additions and 0 deletions

View File

@ -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>