|
|
@ -98,12 +98,24 @@
|
|
|
|
<version>6.2.2.Final</version>
|
|
|
|
<version>6.2.2.Final</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- <dependency>-->
|
|
|
|
|
|
|
|
<!-- <groupId>org.hibernate</groupId>-->
|
|
|
|
|
|
|
|
<!-- <artifactId>hibernate-validator</artifactId>-->
|
|
|
|
|
|
|
|
<!-- <version>6.2.2.Final</version>-->
|
|
|
|
|
|
|
|
<!-- </dependency>-->
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 전자정부 프레임웍 호환성 인증을 위한 필수 library -->
|
|
|
|
<!-- 전자정부 프레임웍 호환성 인증을 위한 필수 library -->
|
|
|
|
<!-- rte.ptl.mvc, rte.fdl.cmmn(ptl.mvc가 include), rte.psl.dataaccess, rte.fdl.logging -->
|
|
|
|
<!-- rte.ptl.mvc, rte.fdl.cmmn(ptl.mvc가 include), rte.psl.dataaccess, rte.fdl.logging -->
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
<artifactId>org.egovframe.rte.ptl.mvc</artifactId>
|
|
|
|
<artifactId>org.egovframe.rte.ptl.mvc</artifactId>
|
|
|
|
<version>${org.egovframe.rte.version}</version>
|
|
|
|
<version>${org.egovframe.rte.version}</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
@ -114,6 +126,12 @@
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<!-- //FIXME:jsp 사용을 위해 제외 - servlet-api 와 충돌 -->
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax</groupId>
|
|
|
|
|
|
|
|
<artifactId>javaee-api</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
<!-- //FIXME:jsp 사용을 위해 제외 - servlet-api 와 충돌 -->
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<!-- 전자정부 프레임웍 호환성 인증을 위한 필수 library -->
|
|
|
|
<!-- 전자정부 프레임웍 호환성 인증을 위한 필수 library -->
|
|
|
@ -135,6 +153,12 @@
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
<artifactId>org.egovframe.rte.fdl.property</artifactId>
|
|
|
|
<artifactId>org.egovframe.rte.fdl.property</artifactId>
|
|
|
|
<version>${org.egovframe.rte.version}</version>
|
|
|
|
<version>${org.egovframe.rte.version}</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -148,20 +172,6 @@
|
|
|
|
<version>2.2.6</version>
|
|
|
|
<version>2.2.6</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
|
|
|
<version>3.1.0</version>
|
|
|
|
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>javax.servlet.jsp.jstl</groupId>
|
|
|
|
|
|
|
|
<artifactId>jstl-api</artifactId>
|
|
|
|
|
|
|
|
<version>1.2</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<groupId>org.apache.commons</groupId>
|
|
|
|
<artifactId>commons-dbcp2</artifactId>
|
|
|
|
<artifactId>commons-dbcp2</artifactId>
|
|
|
@ -267,13 +277,12 @@
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
<groupId>commons-fileupload</groupId>
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
<artifactId>commons-fileupload</artifactId>
|
|
|
|
<version>1.4</version>
|
|
|
|
<version>1.4</version>
|
|
|
|
</dependency>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
<groupId>javax.servlet.jsp</groupId>
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
<artifactId>javax.servlet.jsp-api</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<version>2.3.3</version>
|
|
|
|
</exclusions>
|
|
|
|
<scope>provided</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -338,6 +347,12 @@
|
|
|
|
<groupId>commons-configuration</groupId>
|
|
|
|
<groupId>commons-configuration</groupId>
|
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
|
<artifactId>commons-configuration</artifactId>
|
|
|
|
<version>1.10</version>
|
|
|
|
<version>1.10</version>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
|
|
|
<artifactId>servlet-api</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
@ -375,6 +390,12 @@
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-data-jpa</artifactId>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- Jsch -->
|
|
|
|
<!-- Jsch -->
|
|
|
|