|
|
@ -60,22 +60,14 @@
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 1.앱 지원 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cokr.xit.boot</groupId>
|
|
|
|
<groupId>cokr.xit.app</groupId>
|
|
|
|
<artifactId>xit-base-starter</artifactId>
|
|
|
|
<artifactId>app-support-java</artifactId>
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 시스템로그 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
|
|
|
|
<artifactId>xit-syslog</artifactId>
|
|
|
|
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 암복호화 -->
|
|
|
|
<!-- 2.암복호화 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>3rd-party</groupId>
|
|
|
|
<groupId>3rd-party</groupId>
|
|
|
|
<artifactId>echelon</artifactId>
|
|
|
|
<artifactId>echelon</artifactId>
|
|
|
@ -100,6 +92,20 @@
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 3.xit-base-starter -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>cokr.xit.boot</groupId>
|
|
|
|
|
|
|
|
<artifactId>xit-base-starter</artifactId>
|
|
|
|
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 시스템로그 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
|
|
|
|
<artifactId>xit-syslog</artifactId>
|
|
|
|
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 마리아DB -->
|
|
|
|
<!-- 마리아DB -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mariadb.jdbc</groupId>
|
|
|
|
<groupId>org.mariadb.jdbc</groupId>
|
|
|
@ -107,13 +113,6 @@
|
|
|
|
<scope>runtime</scope>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 앱 지원 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>cokr.xit.app</groupId>
|
|
|
|
|
|
|
|
<artifactId>app-support-java</artifactId>
|
|
|
|
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- FTP 라이브러리 -->
|
|
|
|
<!-- FTP 라이브러리 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|
<groupId>commons-net</groupId>
|
|
|
|