pom.xml 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339
  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>1.1</version>
  173. <scope>system</scope>
  174. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/Istyle1.1.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. <!-- 네이버페이 -->
  206. <dependency>
  207. <groupId>org.apache.axis</groupId>
  208. <artifactId>axis</artifactId>
  209. <version>1.0</version>
  210. <scope>system</scope>
  211. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/axis.jar</systemPath>
  212. </dependency>
  213. <dependency>
  214. <groupId>org.bouncycastle</groupId>
  215. <artifactId>bouncycastle</artifactId>
  216. <version>1.0</version>
  217. <scope>system</scope>
  218. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/bcprov-jdk16-138.jar</systemPath>
  219. </dependency>
  220. <dependency>
  221. <groupId>javax.xml</groupId>
  222. <artifactId>rpc</artifactId>
  223. <version>1.0</version>
  224. <scope>system</scope>
  225. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jaxrpc.jar</systemPath>
  226. </dependency>
  227. <dependency>
  228. <groupId>com.nhncorp</groupId>
  229. <artifactId>SimpleCryptLib</artifactId>
  230. <version>1.0</version>
  231. <scope>system</scope>
  232. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/SimpleCryptLib-1.1.0.jar</systemPath>
  233. </dependency>
  234. <dependency>
  235. <groupId>org.apache.commons.discovery</groupId>
  236. <artifactId>common-discovery</artifactId>
  237. <version>1.0</version>
  238. <scope>system</scope>
  239. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/commons-discovery-0.2.jar</systemPath>
  240. </dependency>
  241. <dependency>
  242. <groupId>org.apache.commons.logging</groupId>
  243. <artifactId>common-logging</artifactId>
  244. <version>1.0</version>
  245. <scope>system</scope>
  246. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/commons-logging-1.2.jar</systemPath>
  247. </dependency>
  248. <dependency>
  249. <groupId>javax.xml.soap</groupId>
  250. <artifactId>saaj</artifactId>
  251. <version>1.0</version>
  252. <scope>system</scope>
  253. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/saaj.jar</systemPath>
  254. </dependency>
  255. <dependency>
  256. <groupId>wsdl4j</groupId>
  257. <artifactId>wsdl4j</artifactId>
  258. <version>1.0</version>
  259. <scope>system</scope>
  260. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/wsdl4j.jar</systemPath>
  261. </dependency>
  262. <dependency>
  263. <groupId>jsr173api</groupId>
  264. <artifactId>jsr173api</artifactId>
  265. <version>1.0</version>
  266. <scope>system</scope>
  267. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jsr173_1.0_api.jar</systemPath>
  268. </dependency>
  269. <dependency>
  270. <groupId>xalan</groupId>
  271. <artifactId>xalan</artifactId>
  272. <version>1.0</version>
  273. <scope>system</scope>
  274. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/xalan.jar</systemPath>
  275. </dependency>
  276. </dependencies>
  277. <build>
  278. <plugins>
  279. <plugin>
  280. <groupId>org.apache.maven.plugins</groupId>
  281. <artifactId>maven-resources-plugin</artifactId>
  282. <version>3.1.0</version>
  283. <executions>
  284. <execution>
  285. <id>copyCore</id>
  286. <phase>prepare-package</phase>
  287. <goals>
  288. <goal>copy-resources</goal>
  289. </goals>
  290. <configuration>
  291. <resources>
  292. <resource>
  293. <directory>
  294. ${basedir}/../style24.core/target/classes
  295. </directory>
  296. <filtering>
  297. false
  298. </filtering>
  299. <includes>
  300. <include>**/*</include>
  301. </includes>
  302. </resource>
  303. </resources>
  304. <outputDirectory>
  305. ${basedir}/target/classes
  306. </outputDirectory>
  307. </configuration>
  308. </execution>
  309. </executions>
  310. </plugin>
  311. </plugins>
  312. <finalName>${project.name}</finalName>
  313. <resources>
  314. <resource>
  315. <directory>src/main/java</directory>
  316. <includes>
  317. <include>**/*.xml</include>
  318. </includes>
  319. </resource>
  320. <resource>
  321. <directory>src/main/resources</directory>
  322. <includes>
  323. <include>**/*</include>
  324. </includes>
  325. </resource>
  326. </resources>
  327. </build>
  328. </project>