pom.xml 8.0 KB

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