|
|
@ -40,8 +40,8 @@
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
<artifactId>xit-foundation</artifactId>
|
|
|
|
<artifactId>org.egovframe.rte.psl.dataaccess</artifactId>
|
|
|
|
<exclusions>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>javax</groupId>
|
|
|
|
<groupId>javax</groupId>
|
|
|
@ -53,11 +53,21 @@
|
|
|
|
</dependencyManagement>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<!-- 1. javaee 제외 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.egovframe.rte.psl.dataaccess</artifactId>
|
|
|
|
|
|
|
|
<version>4.1.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 2. xit-foundation -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<artifactId>xit-foundation</artifactId>
|
|
|
|
<artifactId>xit-foundation</artifactId>
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 한컴한글,엑셀 처리 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<artifactId>xit-docs</artifactId>
|
|
|
|
<artifactId>xit-docs</artifactId>
|
|
|
|