|
|
@@ -116,6 +116,48 @@
|
|
|
<scope>system</scope>
|
|
|
<systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-excel-1.7.1-RELEASE.jar</systemPath>
|
|
|
</dependency>
|
|
|
+
|
|
|
+ <!-- /// KCP -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.kcp</groupId>
|
|
|
+ <artifactId>kcp</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jPpcliE.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.kcp</groupId>
|
|
|
+ <artifactId>ConnectionKCP</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/ConnectionKCP.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>kr.co.kcp.CT_CLI</groupId>
|
|
|
+ <artifactId>CT_CLI</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/CtCli-1.0.6.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <!-- \\\ KCP -->
|
|
|
+
|
|
|
+ <!-- /// USAFE 보증보험 -->
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.usafe.guarantee</groupId>
|
|
|
+ <artifactId>usafe-guarantee</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/usafe.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>net.sourceforge.blowfishj</groupId>
|
|
|
+ <artifactId>usafe-blowfishj</artifactId>
|
|
|
+ <version>1.0</version>
|
|
|
+ <scope>system</scope>
|
|
|
+ <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/usafe.jar</systemPath>
|
|
|
+ </dependency>
|
|
|
+ <!-- \\\ USAFE 보증보험 -->
|
|
|
+
|
|
|
<!-- \\\ WEB-INF lib -->
|
|
|
</dependencies>
|
|
|
|