pom.xml 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  3. <modelVersion>4.0.0</modelVersion>
  4. <parent>
  5. <groupId>com.style24</groupId>
  6. <artifactId>root</artifactId>
  7. <version>0.0.1-SNAPSHOT</version>
  8. </parent>
  9. <groupId>com.style24.core</groupId>
  10. <artifactId>style24-core</artifactId>
  11. <version>0.0.1</version>
  12. <packaging>jar</packaging>
  13. <name>style24-core</name>
  14. <description>STYLE24 Core</description>
  15. <dependencies>
  16. <!-- /// WEB-INF lib -->
  17. <dependency>
  18. <groupId>com.gagaframework</groupId>
  19. <artifactId>gagaframework-web-core</artifactId>
  20. <version>1.7.1-RELEASE</version>
  21. <scope>system</scope>
  22. <systemPath>${basedir}/lib/gagaframework-web-core-1.7.1-RELEASE.jar</systemPath>
  23. </dependency>
  24. <dependency>
  25. <groupId>com.gagaframework</groupId>
  26. <artifactId>gagaframework-web-security</artifactId>
  27. <version>1.7.2-RELEASE</version>
  28. <scope>system</scope>
  29. <systemPath>${basedir}/lib/gagaframework-web-security-1.7.2-RELEASE.jar</systemPath>
  30. </dependency>
  31. <dependency>
  32. <groupId>com.gagaframework</groupId>
  33. <artifactId>gagaframework-web-parameter</artifactId>
  34. <version>1.7-RELEASE</version>
  35. <scope>system</scope>
  36. <systemPath>${basedir}/lib/gagaframework-web-parameter-1.7-RELEASE.jar</systemPath>
  37. </dependency>
  38. <dependency>
  39. <groupId>com.gagaframework</groupId>
  40. <artifactId>gagaframework-web-rest</artifactId>
  41. <version>1.7.1-RELEASE</version>
  42. <scope>system</scope>
  43. <systemPath>${basedir}/lib/gagaframework-web-rest-1.7-RELEASE.jar</systemPath>
  44. </dependency>
  45. <dependency>
  46. <groupId>com.gagaframework</groupId>
  47. <artifactId>gagaframework-web-util</artifactId>
  48. <version>1.7-RELEASE</version>
  49. <scope>system</scope>
  50. <systemPath>${basedir}/lib/gagaframework-web-util-1.7-RELEASE.jar</systemPath>
  51. </dependency>
  52. <dependency>
  53. <groupId>com.gagaframework</groupId>
  54. <artifactId>gagaframework-excel</artifactId>
  55. <version>1.7.1-RELEASE</version>
  56. <scope>system</scope>
  57. <systemPath>${basedir}/lib/gagaframework-excel-1.7.1-RELEASE.jar</systemPath>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.gagaframework</groupId>
  61. <artifactId>gagaframework-shoplinker</artifactId>
  62. <version>1.7-RELEASE</version>
  63. <scope>system</scope>
  64. <systemPath>${basedir}/lib/gagaframework-shoplinker-1.7.2-RELEASE.jar</systemPath>
  65. </dependency>
  66. <!-- ///KCP -->
  67. <dependency>
  68. <groupId>com.kcp</groupId>
  69. <artifactId>kcp</artifactId>
  70. <version>1.0</version>
  71. <scope>system</scope>
  72. <systemPath>${basedir}/lib/jPpcliE.jar</systemPath>
  73. </dependency>
  74. <dependency>
  75. <groupId>com.kcp</groupId>
  76. <artifactId>ConnectionKCP</artifactId>
  77. <version>1.0</version>
  78. <scope>system</scope>
  79. <systemPath>${basedir}/lib/ConnectionKCP.jar</systemPath>
  80. </dependency>
  81. <dependency>
  82. <groupId>kr.co.kcp.CT_CLI</groupId>
  83. <artifactId>CT_CLI</artifactId>
  84. <version>1.0</version>
  85. <scope>system</scope>
  86. <systemPath>${basedir}/lib/CtCli-1.0.6.jar</systemPath>
  87. </dependency>
  88. <!-- \\\KCP -->
  89. <!-- /// USAFE 보증보험 -->
  90. <dependency>
  91. <groupId>com.usafe.guarantee</groupId>
  92. <artifactId>usafe-guarantee</artifactId>
  93. <version>1.0</version>
  94. <scope>system</scope>
  95. <systemPath>${basedir}/lib/usafe.jar</systemPath>
  96. </dependency>
  97. <dependency>
  98. <groupId>net.sourceforge.blowfishj</groupId>
  99. <artifactId>usafe-blowfishj</artifactId>
  100. <version>1.0</version>
  101. <scope>system</scope>
  102. <systemPath>${basedir}/lib/usafe.jar</systemPath>
  103. </dependency>
  104. <!-- \\\ USAFE 보증보험 -->
  105. <!-- 네이버페이 -->
  106. <dependency>
  107. <groupId>org.apache.axis</groupId>
  108. <artifactId>axis</artifactId>
  109. <version>1.0</version>
  110. <scope>system</scope>
  111. <systemPath>${basedir}/lib/axis.jar</systemPath>
  112. </dependency>
  113. <dependency>
  114. <groupId>org.bouncycastle</groupId>
  115. <artifactId>bouncycastle</artifactId>
  116. <version>1.0</version>
  117. <scope>system</scope>
  118. <systemPath>${basedir}/lib/bcprov-jdk16-138.jar</systemPath>
  119. </dependency>
  120. <dependency>
  121. <groupId>javax.xml</groupId>
  122. <artifactId>rpc</artifactId>
  123. <version>1.0</version>
  124. <scope>system</scope>
  125. <systemPath>${basedir}/lib/jaxrpc.jar</systemPath>
  126. </dependency>
  127. <dependency>
  128. <groupId>com.nhncorp</groupId>
  129. <artifactId>SimpleCryptLib</artifactId>
  130. <version>1.0</version>
  131. <scope>system</scope>
  132. <systemPath>${basedir}/lib/SimpleCryptLib-1.1.0.jar</systemPath>
  133. </dependency>
  134. <dependency>
  135. <groupId>org.apache.commons.discovery</groupId>
  136. <artifactId>common-discovery</artifactId>
  137. <version>1.0</version>
  138. <scope>system</scope>
  139. <systemPath>${basedir}/lib/commons-discovery-0.2.jar</systemPath>
  140. </dependency>
  141. <dependency>
  142. <groupId>org.apache.commons.logging</groupId>
  143. <artifactId>common-logging</artifactId>
  144. <version>1.0</version>
  145. <scope>system</scope>
  146. <systemPath>${basedir}/lib/commons-logging-1.2.jar</systemPath>
  147. </dependency>
  148. <dependency>
  149. <groupId>javax.xml.soap</groupId>
  150. <artifactId>saaj</artifactId>
  151. <version>1.0</version>
  152. <scope>system</scope>
  153. <systemPath>${basedir}/lib/saaj.jar</systemPath>
  154. </dependency>
  155. <dependency>
  156. <groupId>wsdl4j</groupId>
  157. <artifactId>wsdl4j</artifactId>
  158. <version>1.0</version>
  159. <scope>system</scope>
  160. <systemPath>${basedir}/lib/wsdl4j.jar</systemPath>
  161. </dependency>
  162. <dependency>
  163. <groupId>jsr173api</groupId>
  164. <artifactId>jsr173api</artifactId>
  165. <version>1.0</version>
  166. <scope>system</scope>
  167. <systemPath>${basedir}/lib/jsr173_1.0_api.jar</systemPath>
  168. </dependency>
  169. <dependency>
  170. <groupId>xalan</groupId>
  171. <artifactId>xalan</artifactId>
  172. <version>1.0</version>
  173. <scope>system</scope>
  174. <systemPath>${basedir}/lib/xalan.jar</systemPath>
  175. </dependency>
  176. <!-- \\\ WEB-INF lib -->
  177. </dependencies>
  178. <build>
  179. <finalName>${project.name}-${project.version}</finalName>
  180. <resources>
  181. <resource>
  182. <directory>src/main/java</directory>
  183. <includes>
  184. <include>**/*.xml</include>
  185. </includes>
  186. </resource>
  187. <resource>
  188. <directory>src/main/resources</directory>
  189. <includes>
  190. <include>**/*</include>
  191. </includes>
  192. </resource>
  193. </resources>
  194. </build>
  195. </project>