|
|
@ -49,18 +49,36 @@
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.egovframe.rte.fdl.logging</artifactId>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
</dependencyManagement>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
<!-- 1. javaee 제외 -->
|
|
|
|
<!-- 1. log4j-slf4j-impl 제외 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.egovframe.rte.fdl.logging</artifactId>
|
|
|
|
|
|
|
|
<version>4.1.0</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 2. javaee 제외 -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
<artifactId>org.egovframe.rte.psl.dataaccess</artifactId>
|
|
|
|
<artifactId>org.egovframe.rte.psl.dataaccess</artifactId>
|
|
|
|
<version>4.1.0</version>
|
|
|
|
<version>4.1.0</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 2. xit-foundation -->
|
|
|
|
<!-- 3. xit-foundation -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<artifactId>xit-foundation</artifactId>
|
|
|
|
<artifactId>xit-foundation</artifactId>
|
|
|
|