no message

main
이범준 6 months ago
parent 275b918801
commit 2db70576e6

@ -45,6 +45,21 @@
</pluginRepository> </pluginRepository>
</pluginRepositories> </pluginRepositories>
<dependencyManagement>
<dependencies>
<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>
</dependencies>
</dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>cokr.xit.boot</groupId> <groupId>cokr.xit.boot</groupId>
@ -64,12 +79,6 @@
<groupId>org.egovframe.rte</groupId> <groupId>org.egovframe.rte</groupId>
<artifactId>org.egovframe.rte.fdl.crypto</artifactId> <artifactId>org.egovframe.rte.fdl.crypto</artifactId>
<version>4.1.0</version> <version>4.1.0</version>
<exclusions>
<exclusion>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>cokr.xit.base</groupId> <groupId>cokr.xit.base</groupId>

Loading…
Cancel
Save