|
|
|
@ -55,18 +55,6 @@
|
|
|
|
|
</exclusion>
|
|
|
|
|
</exclusions>
|
|
|
|
|
</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>
|
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
|
@ -88,10 +76,23 @@
|
|
|
|
|
</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>
|
|
|
|
|
<groupId>org.egovframe.rte</groupId>
|
|
|
|
|
<artifactId>org.egovframe.rte.fdl.crypto</artifactId>
|
|
|
|
|
<version>4.1.0</version>
|
|
|
|
|
<scope>compile</scope>
|
|
|
|
|
</dependency>
|
|
|
|
|
<dependency>
|
|
|
|
|
<groupId>cokr.xit.base</groupId>
|
|
|
|
|