|
|
@ -16,7 +16,7 @@
|
|
|
|
<name>external-system-test</name>
|
|
|
|
<name>external-system-test</name>
|
|
|
|
<description>외부시스템 테스트</description>
|
|
|
|
<description>외부시스템 테스트</description>
|
|
|
|
<packaging>war</packaging>
|
|
|
|
<packaging>war</packaging>
|
|
|
|
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<properties>
|
|
|
|
<java.version>17</java.version>
|
|
|
|
<java.version>17</java.version>
|
|
|
|
</properties>
|
|
|
|
</properties>
|
|
|
@ -29,7 +29,7 @@
|
|
|
|
</repositories>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<artifactId>xit-foundation</artifactId>
|
|
|
|
<artifactId>xit-foundation</artifactId>
|
|
|
@ -51,7 +51,13 @@
|
|
|
|
<artifactId>app-support-web</artifactId>
|
|
|
|
<artifactId>app-support-web</artifactId>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>cokr.xit.app</groupId>
|
|
|
|
|
|
|
|
<artifactId>app-support-java</artifactId>
|
|
|
|
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-web</artifactId>
|
|
|
@ -68,20 +74,20 @@
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<groupId>org.springframework.boot</groupId>
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-test</artifactId>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
<groupId>org.mybatis.spring.boot</groupId>
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
<artifactId>mybatis-spring-boot-starter</artifactId>
|
|
|
|
<version>2.3.1</version>
|
|
|
|
<version>2.3.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
<groupId>org.apache.tomcat.embed</groupId>
|
|
|
|
<artifactId>tomcat-embed-jasper</artifactId>
|
|
|
|
<artifactId>tomcat-embed-jasper</artifactId>
|
|
|
|
<scope>provided</scope>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<groupId>org.projectlombok</groupId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
|
<artifactId>lombok</artifactId>
|
|
|
@ -92,20 +98,20 @@
|
|
|
|
<artifactId>mariadb-java-client</artifactId>
|
|
|
|
<artifactId>mariadb-java-client</artifactId>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
<scope>runtime</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
<groupId>org.apache.cxf</groupId>
|
|
|
|
<artifactId>cxf-spring-boot-starter-jaxws</artifactId>
|
|
|
|
<artifactId>cxf-spring-boot-starter-jaxws</artifactId>
|
|
|
|
<version>3.6.1</version>
|
|
|
|
<version>3.6.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax</groupId>
|
|
|
|
<groupId>javax</groupId>
|
|
|
|
<artifactId>javaee-api</artifactId>
|
|
|
|
<artifactId>javaee-api</artifactId>
|
|
|
|
<version>8.0</version>
|
|
|
|
<version>8.0</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
|
|
<groupId>jakarta.xml.bind</groupId>
|
|
|
@ -123,7 +129,7 @@
|
|
|
|
<artifactId>jakarta.activation-api</artifactId>
|
|
|
|
<artifactId>jakarta.activation-api</artifactId>
|
|
|
|
<version>2.0.1</version>
|
|
|
|
<version>2.0.1</version>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<build>
|
|
|
|