pom.xml 7.3 KB

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