|
|
@ -29,18 +29,20 @@
|
|
|
|
</repositories>
|
|
|
|
</repositories>
|
|
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<!-- 1. 앱 지원 -->
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>cokr.xit.app</groupId>
|
|
|
|
|
|
|
|
<artifactId>app-support-java</artifactId>
|
|
|
|
|
|
|
|
<version>1.0.0-SNAPSHOT</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>
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax.servlet</groupId>
|
|
|
|
|
|
|
|
<artifactId>javax.servlet-api</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<artifactId>xit-web-res</artifactId>
|
|
|
|
<artifactId>xit-web-res</artifactId>
|
|
|
@ -52,11 +54,7 @@
|
|
|
|
<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>
|
|
|
|