pom.xml 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268
  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.front</groupId>
  10. <artifactId>style24.front</artifactId>
  11. <packaging>war</packaging>
  12. <name>style24.front</name>
  13. <description>STYLE24 Front</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-mobile</artifactId>
  34. <version>1.5.22.RELEASE</version>
  35. </dependency>
  36. <dependency>
  37. <groupId>org.springframework.boot</groupId>
  38. <artifactId>spring-boot-starter-thymeleaf</artifactId>
  39. </dependency>
  40. <dependency>
  41. <groupId>nz.net.ultraq.thymeleaf</groupId>
  42. <artifactId>thymeleaf-layout-dialect</artifactId>
  43. </dependency>
  44. <dependency>
  45. <groupId>servlets.com</groupId>
  46. <artifactId>cos</artifactId>
  47. <version>05Nov2002</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>commons-fileupload</groupId>
  51. <artifactId>commons-fileupload</artifactId>
  52. <version>1.4</version>
  53. </dependency>
  54. <dependency>
  55. <groupId>commons-io</groupId>
  56. <artifactId>commons-io</artifactId>
  57. <version>2.6</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.googlecode.libphonenumber</groupId>
  61. <artifactId>libphonenumber</artifactId>
  62. <version>8.12.16</version>
  63. </dependency>
  64. <!-- /// WEB-INF lib -->
  65. <dependency>
  66. <groupId>com.gagaframework</groupId>
  67. <artifactId>gagaframework-web-core</artifactId>
  68. <version>1.7.1-RELEASE</version>
  69. <scope>system</scope>
  70. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-core-1.7.1-RELEASE.jar</systemPath>
  71. </dependency>
  72. <dependency>
  73. <groupId>com.gagaframework</groupId>
  74. <artifactId>gagaframework-web-security</artifactId>
  75. <version>1.7.2-RELEASE</version>
  76. <scope>system</scope>
  77. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-security-1.7.2-RELEASE.jar</systemPath>
  78. </dependency>
  79. <dependency>
  80. <groupId>com.gagaframework</groupId>
  81. <artifactId>gagaframework-web-parameter</artifactId>
  82. <version>1.7-RELEASE</version>
  83. <scope>system</scope>
  84. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-parameter-1.7-RELEASE.jar</systemPath>
  85. </dependency>
  86. <dependency>
  87. <groupId>com.gagaframework</groupId>
  88. <artifactId>gagaframework-web-rest</artifactId>
  89. <version>1.7.1-RELEASE</version>
  90. <scope>system</scope>
  91. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-rest-1.7-RELEASE.jar</systemPath>
  92. </dependency>
  93. <dependency>
  94. <groupId>com.gagaframework</groupId>
  95. <artifactId>gagaframework-web-util</artifactId>
  96. <version>1.7-RELEASE</version>
  97. <scope>system</scope>
  98. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-util-1.7-RELEASE.jar</systemPath>
  99. </dependency>
  100. <!-- \\\ WEB-INF lib -->
  101. <!-- /// NICE -->
  102. <dependency>
  103. <groupId>com.NiceID</groupId>
  104. <artifactId>NiceID</artifactId>
  105. <version>1.0</version>
  106. <scope>system</scope>
  107. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/NiceID.jar</systemPath>
  108. </dependency>
  109. <dependency>
  110. <groupId>com.IPIN2Client</groupId>
  111. <artifactId>IPIN2Client</artifactId>
  112. <version>1.0</version>
  113. <scope>system</scope>
  114. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/IPIN2Client.jar</systemPath>
  115. </dependency>
  116. <!-- \\\ NICE -->
  117. <!-- /// KCP -->
  118. <dependency>
  119. <groupId>com.kcp</groupId>
  120. <artifactId>kcp</artifactId>
  121. <version>1.0</version>
  122. <scope>system</scope>
  123. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jPpcliE.jar</systemPath>
  124. </dependency>
  125. <dependency>
  126. <groupId>com.kcp</groupId>
  127. <artifactId>ConnectionKCP</artifactId>
  128. <version>1.0</version>
  129. <scope>system</scope>
  130. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/ConnectionKCP.jar</systemPath>
  131. </dependency>
  132. <dependency>
  133. <groupId>kr.co.kcp.CT_CLI</groupId>
  134. <artifactId>CT_CLI</artifactId>
  135. <version>1.0</version>
  136. <scope>system</scope>
  137. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/CtCli-1.0.6.jar</systemPath>
  138. </dependency>
  139. <!-- \\\ KCP -->
  140. <!-- /// 상품권 인증 -->
  141. <dependency>
  142. <groupId>org.apache.cxf</groupId>
  143. <artifactId>cxf-rt-frontend-jaxws</artifactId>
  144. <version>2.7.11</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>org.apache.cxf</groupId>
  148. <artifactId>cxf-rt-transports-http</artifactId>
  149. <version>2.7.11</version>
  150. </dependency>
  151. <!-- \\\ 상품권 인증 -->
  152. <!-- /// USAFE 보증보험 -->
  153. <dependency>
  154. <groupId>com.usafe.guarantee</groupId>
  155. <artifactId>usafe-guarantee</artifactId>
  156. <version>1.0</version>
  157. <scope>system</scope>
  158. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/usafe.jar</systemPath>
  159. </dependency>
  160. <dependency>
  161. <groupId>net.sourceforge.blowfishj</groupId>
  162. <artifactId>usafe-blowfishj</artifactId>
  163. <version>1.0</version>
  164. <scope>system</scope>
  165. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/usafe.jar</systemPath>
  166. </dependency>
  167. <!-- \\\ USAFE 보증보험 -->
  168. <!-- /// 검색엔진(DIQUEST) -->
  169. <dependency>
  170. <groupId>com.diquest</groupId>
  171. <artifactId>istyle</artifactId>
  172. <version>0.1</version>
  173. <scope>system</scope>
  174. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/Istyle.jar</systemPath>
  175. </dependency>
  176. <dependency>
  177. <groupId>com.diquest.ir</groupId>
  178. <artifactId>client</artifactId>
  179. <version>0.1</version>
  180. <scope>system</scope>
  181. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/m4_client.jar</systemPath>
  182. </dependency>
  183. <dependency>
  184. <groupId>com.diquest.ir</groupId>
  185. <artifactId>common</artifactId>
  186. <version>0.1</version>
  187. <scope>system</scope>
  188. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/m4_common.jar</systemPath>
  189. </dependency>
  190. <dependency>
  191. <groupId>com.diquest.ir</groupId>
  192. <artifactId>util</artifactId>
  193. <version>0.1</version>
  194. <scope>system</scope>
  195. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/m4_util.jar</systemPath>
  196. </dependency>
  197. <dependency>
  198. <groupId>org.json</groupId>
  199. <artifactId>simple</artifactId>
  200. <version>1.1</version>
  201. <scope>system</scope>
  202. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/json_simple-1.1.jar</systemPath>
  203. </dependency>
  204. <!-- \\\ 검색엔진(DIQUEST) -->
  205. </dependencies>
  206. <build>
  207. <plugins>
  208. <plugin>
  209. <groupId>org.apache.maven.plugins</groupId>
  210. <artifactId>maven-resources-plugin</artifactId>
  211. <version>3.1.0</version>
  212. <executions>
  213. <execution>
  214. <id>copyCore</id>
  215. <phase>prepare-package</phase>
  216. <goals>
  217. <goal>copy-resources</goal>
  218. </goals>
  219. <configuration>
  220. <resources>
  221. <resource>
  222. <directory>
  223. ${basedir}/../style24.core/target/classes
  224. </directory>
  225. <filtering>
  226. false
  227. </filtering>
  228. <includes>
  229. <include>**/*</include>
  230. </includes>
  231. </resource>
  232. </resources>
  233. <outputDirectory>
  234. ${basedir}/target/classes
  235. </outputDirectory>
  236. </configuration>
  237. </execution>
  238. </executions>
  239. </plugin>
  240. </plugins>
  241. <finalName>${project.name}</finalName>
  242. <resources>
  243. <resource>
  244. <directory>src/main/java</directory>
  245. <includes>
  246. <include>**/*.xml</include>
  247. </includes>
  248. </resource>
  249. <resource>
  250. <directory>src/main/resources</directory>
  251. <includes>
  252. <include>**/*</include>
  253. </includes>
  254. </resource>
  255. </resources>
  256. </build>
  257. </project>