pom.xml 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206
  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>diquest</artifactId> -->
  172. <!-- <version>0.1</version> -->
  173. <!-- <scope>system</scope> -->
  174. <!-- <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/diquest.jar</systemPath> -->
  175. <!-- </dependency> -->
  176. <!-- \\\ 검색엔진(DIQUEST) -->
  177. </dependencies>
  178. <build>
  179. <finalName>${project.name}</finalName>
  180. <resources>
  181. <resource>
  182. <directory>src/main/java</directory>
  183. <includes>
  184. <include>**/*.xml</include>
  185. </includes>
  186. </resource>
  187. <resource>
  188. <directory>src/main/resources</directory>
  189. <includes>
  190. <include>**/*</include>
  191. </includes>
  192. </resource>
  193. </resources>
  194. </build>
  195. </project>