pom.xml 9.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300
  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.admin</groupId>
  10. <artifactId>style24.admin</artifactId>
  11. <packaging>war</packaging>
  12. <name>style24.admin</name>
  13. <description>STYLE24 Admin</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. <dependency>
  40. <groupId>servlets.com</groupId>
  41. <artifactId>cos</artifactId>
  42. <version>05Nov2002</version>
  43. </dependency>
  44. <dependency>
  45. <groupId>commons-fileupload</groupId>
  46. <artifactId>commons-fileupload</artifactId>
  47. <version>1.4</version>
  48. </dependency>
  49. <dependency>
  50. <groupId>commons-io</groupId>
  51. <artifactId>commons-io</artifactId>
  52. <version>2.6</version>
  53. </dependency>
  54. <!-- /// dextupload lib -->
  55. <dependency>
  56. <groupId>devpia.dextuploadnj</groupId>
  57. <artifactId>dextuploadnj</artifactId>
  58. <version>2.3.2</version>
  59. <scope>system</scope>
  60. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/dextuploadnj-2.3.2.jar</systemPath>
  61. </dependency>
  62. <dependency>
  63. <groupId>devpia.dextuploadnj</groupId>
  64. <artifactId>devpia.dextuploadnj.support.spring</artifactId>
  65. <version>2.3.2</version>
  66. <scope>system</scope>
  67. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/dextuploadnj.support.spring-2.3.2.jar</systemPath>
  68. </dependency>
  69. <!-- \\\ dextupload lib -->
  70. <!-- /// WEB-INF lib -->
  71. <dependency>
  72. <groupId>com.gagaframework</groupId>
  73. <artifactId>gagaframework-web-core</artifactId>
  74. <version>1.7.1-RELEASE</version>
  75. <scope>system</scope>
  76. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-core-1.7.1-RELEASE.jar</systemPath>
  77. </dependency>
  78. <dependency>
  79. <groupId>com.gagaframework</groupId>
  80. <artifactId>gagaframework-web-security</artifactId>
  81. <version>1.7.2-RELEASE</version>
  82. <scope>system</scope>
  83. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-security-1.7.2-RELEASE.jar</systemPath>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.gagaframework</groupId>
  87. <artifactId>gagaframework-web-parameter</artifactId>
  88. <version>1.7-RELEASE</version>
  89. <scope>system</scope>
  90. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-parameter-1.7-RELEASE.jar</systemPath>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.gagaframework</groupId>
  94. <artifactId>gagaframework-web-rest</artifactId>
  95. <version>1.7.1-RELEASE</version>
  96. <scope>system</scope>
  97. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-rest-1.7-RELEASE.jar</systemPath>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.gagaframework</groupId>
  101. <artifactId>gagaframework-web-util</artifactId>
  102. <version>1.7-RELEASE</version>
  103. <scope>system</scope>
  104. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-util-1.7-RELEASE.jar</systemPath>
  105. </dependency>
  106. <dependency>
  107. <groupId>com.gagaframework</groupId>
  108. <artifactId>gagaframework-excel</artifactId>
  109. <version>1.7.2-RELEASE</version>
  110. <scope>system</scope>
  111. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-excel-1.7.2-RELEASE.jar</systemPath>
  112. </dependency>
  113. <dependency>
  114. <groupId>com.gagaframework</groupId>
  115. <artifactId>gagaframework-shoplinker</artifactId>
  116. <version>1.7-RELEASE</version>
  117. <scope>system</scope>
  118. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-shoplinker-1.7.2-RELEASE.jar</systemPath>
  119. </dependency>
  120. <!-- /// KCP -->
  121. <dependency>
  122. <groupId>com.kcp</groupId>
  123. <artifactId>kcp</artifactId>
  124. <version>1.0</version>
  125. <scope>system</scope>
  126. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jPpcliE.jar</systemPath>
  127. </dependency>
  128. <dependency>
  129. <groupId>com.kcp</groupId>
  130. <artifactId>ConnectionKCP</artifactId>
  131. <version>1.0</version>
  132. <scope>system</scope>
  133. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/ConnectionKCP.jar</systemPath>
  134. </dependency>
  135. <dependency>
  136. <groupId>kr.co.kcp.CT_CLI</groupId>
  137. <artifactId>CT_CLI</artifactId>
  138. <version>1.0</version>
  139. <scope>system</scope>
  140. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/CtCli-1.0.6.jar</systemPath>
  141. </dependency>
  142. <!-- \\\ KCP -->
  143. <!-- /// USAFE 보증보험 -->
  144. <dependency>
  145. <groupId>com.usafe.guarantee</groupId>
  146. <artifactId>usafe-guarantee</artifactId>
  147. <version>1.0</version>
  148. <scope>system</scope>
  149. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/usafe.jar</systemPath>
  150. </dependency>
  151. <dependency>
  152. <groupId>net.sourceforge.blowfishj</groupId>
  153. <artifactId>usafe-blowfishj</artifactId>
  154. <version>1.0</version>
  155. <scope>system</scope>
  156. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/usafe.jar</systemPath>
  157. </dependency>
  158. <!-- \\\ USAFE 보증보험 -->
  159. <!-- 네이버페이 -->
  160. <dependency>
  161. <groupId>org.apache.axis</groupId>
  162. <artifactId>axis</artifactId>
  163. <version>1.0</version>
  164. <scope>system</scope>
  165. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/axis.jar</systemPath>
  166. </dependency>
  167. <dependency>
  168. <groupId>org.bouncycastle</groupId>
  169. <artifactId>bouncycastle</artifactId>
  170. <version>1.0</version>
  171. <scope>system</scope>
  172. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/bcprov-jdk16-138.jar</systemPath>
  173. </dependency>
  174. <dependency>
  175. <groupId>javax.xml</groupId>
  176. <artifactId>rpc</artifactId>
  177. <version>1.0</version>
  178. <scope>system</scope>
  179. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jaxrpc.jar</systemPath>
  180. </dependency>
  181. <dependency>
  182. <groupId>com.nhncorp</groupId>
  183. <artifactId>SimpleCryptLib</artifactId>
  184. <version>1.0</version>
  185. <scope>system</scope>
  186. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/SimpleCryptLib-1.1.0.jar</systemPath>
  187. </dependency>
  188. <dependency>
  189. <groupId>org.apache.commons.discovery</groupId>
  190. <artifactId>common-discovery</artifactId>
  191. <version>1.0</version>
  192. <scope>system</scope>
  193. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/commons-discovery-0.2.jar</systemPath>
  194. </dependency>
  195. <dependency>
  196. <groupId>org.apache.commons.logging</groupId>
  197. <artifactId>common-logging</artifactId>
  198. <version>1.0</version>
  199. <scope>system</scope>
  200. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/commons-logging-1.2.jar</systemPath>
  201. </dependency>
  202. <dependency>
  203. <groupId>javax.xml.soap</groupId>
  204. <artifactId>saaj</artifactId>
  205. <version>1.0</version>
  206. <scope>system</scope>
  207. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/saaj.jar</systemPath>
  208. </dependency>
  209. <dependency>
  210. <groupId>wsdl4j</groupId>
  211. <artifactId>wsdl4j</artifactId>
  212. <version>1.0</version>
  213. <scope>system</scope>
  214. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/wsdl4j.jar</systemPath>
  215. </dependency>
  216. <dependency>
  217. <groupId>jsr173api</groupId>
  218. <artifactId>jsr173api</artifactId>
  219. <version>1.0</version>
  220. <scope>system</scope>
  221. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jsr173_1.0_api.jar</systemPath>
  222. </dependency>
  223. <dependency>
  224. <groupId>xalan</groupId>
  225. <artifactId>xalan</artifactId>
  226. <version>1.0</version>
  227. <scope>system</scope>
  228. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/xalan.jar</systemPath>
  229. </dependency>
  230. <!-- \\\ WEB-INF lib -->
  231. <!-- 이모티콘 처리 관련 -->
  232. <dependency>
  233. <groupId>com.vdurmont</groupId>
  234. <artifactId>emoji-java</artifactId>
  235. <version>5.1.1</version>
  236. </dependency>
  237. </dependencies>
  238. <build>
  239. <plugins>
  240. <plugin>
  241. <groupId>org.apache.maven.plugins</groupId>
  242. <artifactId>maven-resources-plugin</artifactId>
  243. <version>3.1.0</version>
  244. <executions>
  245. <execution>
  246. <id>copyCore</id>
  247. <phase>prepare-package</phase>
  248. <goals>
  249. <goal>copy-resources</goal>
  250. </goals>
  251. <configuration>
  252. <resources>
  253. <resource>
  254. <directory>
  255. ${basedir}/../style24.core/target/classes
  256. </directory>
  257. <filtering>
  258. false
  259. </filtering>
  260. <includes>
  261. <include>**/*</include>
  262. </includes>
  263. </resource>
  264. </resources>
  265. <outputDirectory>
  266. ${basedir}/target/classes
  267. </outputDirectory>
  268. </configuration>
  269. </execution>
  270. </executions>
  271. </plugin>
  272. </plugins>
  273. <finalName>${project.name}</finalName>
  274. <resources>
  275. <resource>
  276. <directory>src/main/java</directory>
  277. <includes>
  278. <include>**/*.xml</include>
  279. </includes>
  280. </resource>
  281. <resource>
  282. <directory>src/main/resources</directory>
  283. <includes>
  284. <include>**/*</include>
  285. </includes>
  286. </resource>
  287. </resources>
  288. </build>
  289. </project>