pom.xml 7.6 KB

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