pom.xml 9.9 KB

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