pom.xml 7.5 KB

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