|
|
@ -8,6 +8,7 @@
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<artifactId>spring-boot-starter-parent</artifactId>
|
|
|
|
<version>2.7.18</version>
|
|
|
|
<version>2.7.18</version>
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
<relativePath/> <!-- lookup parent from repository -->
|
|
|
|
|
|
|
|
|
|
|
|
</parent>
|
|
|
|
</parent>
|
|
|
|
|
|
|
|
|
|
|
|
<groupId>xit-app</groupId>
|
|
|
|
<groupId>xit-app</groupId>
|
|
|
@ -45,27 +46,6 @@
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>cokr.xit.app</groupId>
|
|
|
|
|
|
|
|
<artifactId>fims-java-all</artifactId>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>javax</groupId>
|
|
|
|
|
|
|
|
<artifactId>javaee-api</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
|
|
|
<artifactId>org.egovframe.rte.fdl.crypto</artifactId>
|
|
|
|
|
|
|
|
<exclusions>
|
|
|
|
|
|
|
|
<exclusion>
|
|
|
|
|
|
|
|
<groupId>org.apache.logging.log4j</groupId>
|
|
|
|
|
|
|
|
<artifactId>log4j-slf4j-impl</artifactId>
|
|
|
|
|
|
|
|
</exclusion>
|
|
|
|
|
|
|
|
</exclusions>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>3rd-party</groupId>
|
|
|
|
<groupId>3rd-party</groupId>
|
|
|
|