|
|
|
|
@ -18,7 +18,7 @@
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
|
<spring.maven.artifact.version>5.3.27</spring.maven.artifact.version>
|
|
|
|
|
<org.egovframe.rte.version>4.2.0</org.egovframe.rte.version>
|
|
|
|
|
<org.egovframe.rte.version>4.3.0</org.egovframe.rte.version>
|
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
|
|
<repositories>
|
|
|
|
|
@ -75,6 +75,12 @@
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
<artifactId>org.egovframe.rte.fdl.idgnr</artifactId>
|
|
|
|
|
<version>${org.egovframe.rte.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!--
|
|
|
|
|
@ -88,12 +94,18 @@
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
<artifactId>org.egovframe.rte.ptl.mvc</artifactId>
|
|
|
|
|
<version>${org.egovframe.rte.version}</version>
|
|
|
|
|
<!-- <exclusions>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<!-- war 배포 시 해당 주석 제거 -->
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>commons-logging</groupId>
|
|
|
|
|
<artifactId>commons-logging</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<!-- war 배포 시 해당 주석 제거 -->
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.springmodules</groupId>
|
|
|
|
|
<artifactId>spring-modules-validation</artifactId>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
<exclusions> -->
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- <dependency>
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
@ -104,6 +116,12 @@
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
<artifactId>org.egovframe.rte.fdl.property</artifactId>
|
|
|
|
|
<version>${org.egovframe.rte.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
@ -114,6 +132,12 @@
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
<artifactId>org.egovframe.rte.fdl.excel</artifactId>
|
|
|
|
|
<version>${org.egovframe.rte.version}</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
@ -143,11 +167,28 @@
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--
|
|
|
|
|
//FIXME::commons-pool2 2.11.0 버전 사용으로 DEFAULT_DURATION_BETWEEN_EVICTION_RUNS 필드 참조 에러 발생
|
|
|
|
|
// commons-pool2 2.12.0 추가
|
|
|
|
|
-->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-dbcp2</artifactId>
|
|
|
|
|
<version>2.9.0</version>
|
|
|
|
|
<version>2.12.0</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-pool2</artifactId>
|
|
|
|
|
<version>2.12.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!-- DEFAULT_DURATION_BETWEEN_EVICTION_RUNS 필드 참조 에러 발생 fix -->
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>javax.servlet.jsp.jstl</groupId>
|
|
|
|
|
<artifactId>jstl-api</artifactId>
|
|
|
|
|
@ -182,7 +223,13 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-compress</artifactId>
|
|
|
|
|
<version>1.23.0</version>
|
|
|
|
|
<version>1.26.2</version>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>xerces</groupId>
|
|
|
|
|
@ -445,7 +492,7 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
|
<version>1.18.28</version>
|
|
|
|
|
<version>1.18.34</version>
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
@ -609,8 +656,13 @@
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-lang3</artifactId>
|
|
|
|
|
<version>3.12.0</version>
|
|
|
|
|
<version>3.14.0</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
<!--dependency>
|
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
|
<artifactId>commons-text</artifactId>
|
|
|
|
|
<version>1.13.0</version>
|
|
|
|
|
</dependency-->
|
|
|
|
|
<!-- Utility for Omnione End -->
|
|
|
|
|
<!-- 모바일 운전면허증 라이브러리 끝 -->
|
|
|
|
|
|
|
|
|
|
|