pom.xml 6.5 KB

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