|
|
|
@ -58,26 +58,12 @@
|
|
|
|
|
</pluginRepository>
|
|
|
|
|
</pluginRepositories>
|
|
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
|
<dependencies>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
<artifactId>org.egovframe.psl.dataaccess</artifactId>
|
|
|
|
|
<exclusions>
|
|
|
|
|
<exclusion>
|
|
|
|
|
<groupId>javax</groupId>
|
|
|
|
|
<artifactId>javaee-api</artifactId>
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</dependency>
|
|
|
|
|
</dependencies>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
<dependencies>
|
|
|
|
|
<!-- 앱 지원 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
|
<artifactId>xit-foundation</artifactId>
|
|
|
|
|
<version>23.04.01-SNAPSHOT</version>
|
|
|
|
|
<groupId>cokr.xit.app</groupId>
|
|
|
|
|
<artifactId>app-support-java</artifactId>
|
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 마리아DB -->
|
|
|
|
@ -95,12 +81,7 @@
|
|
|
|
|
<version>2.4.11</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
<!-- 앱 지원 -->
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cokr.xit.app</groupId>
|
|
|
|
|
<artifactId>app-support-java</artifactId>
|
|
|
|
|
<version>1.0.0-SNAPSHOT</version>
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
|
|