|
|
@ -56,11 +56,21 @@
|
|
|
|
<artifactId>mariadb-java-client</artifactId>
|
|
|
|
<artifactId>mariadb-java-client</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 한컴 한글 라이브러리 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>kr.dogfoot</groupId>
|
|
|
|
<groupId>kr.dogfoot</groupId>
|
|
|
|
<artifactId>hwplib</artifactId>
|
|
|
|
<artifactId>hwplib</artifactId>
|
|
|
|
<version>1.1.1</version>
|
|
|
|
<version>1.1.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- PDF 라이브러리 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.apache.pdfbox</groupId>
|
|
|
|
|
|
|
|
<artifactId>pdfbox</artifactId>
|
|
|
|
|
|
|
|
<version>3.0.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|