|
|
@ -55,6 +55,18 @@
|
|
|
|
</exclusion>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>3rd-party</groupId>
|
|
|
|
|
|
|
|
<artifactId>echelon</artifactId>
|
|
|
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>3rd-party</groupId>
|
|
|
|
|
|
|
|
<artifactId>dguard</artifactId>
|
|
|
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
|
|
@ -76,23 +88,10 @@
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- 암복호화 -->
|
|
|
|
<!-- 암복호화 -->
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>3rd-party</groupId>
|
|
|
|
|
|
|
|
<artifactId>echelon</artifactId>
|
|
|
|
|
|
|
|
<version>2.5</version>
|
|
|
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
|
|
|
|
<groupId>3rd-party</groupId>
|
|
|
|
|
|
|
|
<artifactId>dguard</artifactId>
|
|
|
|
|
|
|
|
<version>1.0</version>
|
|
|
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<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>
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
|
|
|
</dependency>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|