pom.xml 6.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215
  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.1-RELEASE</version>
  110. <scope>system</scope>
  111. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-excel-1.7.1-RELEASE.jar</systemPath>
  112. </dependency>
  113. <!-- /// KCP -->
  114. <dependency>
  115. <groupId>com.kcp</groupId>
  116. <artifactId>kcp</artifactId>
  117. <version>1.0</version>
  118. <scope>system</scope>
  119. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jPpcliE.jar</systemPath>
  120. </dependency>
  121. <dependency>
  122. <groupId>com.kcp</groupId>
  123. <artifactId>ConnectionKCP</artifactId>
  124. <version>1.0</version>
  125. <scope>system</scope>
  126. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/ConnectionKCP.jar</systemPath>
  127. </dependency>
  128. <dependency>
  129. <groupId>kr.co.kcp.CT_CLI</groupId>
  130. <artifactId>CT_CLI</artifactId>
  131. <version>1.0</version>
  132. <scope>system</scope>
  133. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/CtCli-1.0.6.jar</systemPath>
  134. </dependency>
  135. <!-- \\\ KCP -->
  136. <!-- /// USAFE 보증보험 -->
  137. <dependency>
  138. <groupId>com.usafe.guarantee</groupId>
  139. <artifactId>usafe-guarantee</artifactId>
  140. <version>1.0</version>
  141. <scope>system</scope>
  142. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/usafe.jar</systemPath>
  143. </dependency>
  144. <dependency>
  145. <groupId>net.sourceforge.blowfishj</groupId>
  146. <artifactId>usafe-blowfishj</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. <!-- \\\ USAFE 보증보험 -->
  152. <!-- \\\ WEB-INF lib -->
  153. </dependencies>
  154. <build>
  155. <plugins>
  156. <plugin>
  157. <groupId>org.apache.maven.plugins</groupId>
  158. <artifactId>maven-resources-plugin</artifactId>
  159. <version>3.1.0</version>
  160. <executions>
  161. <execution>
  162. <id>copyCore</id>
  163. <phase>prepare-package</phase>
  164. <goals>
  165. <goal>copy-resources</goal>
  166. </goals>
  167. <configuration>
  168. <resources>
  169. <resource>
  170. <directory>
  171. ${basedir}/../style24.core/target/classes
  172. </directory>
  173. <filtering>
  174. false
  175. </filtering>
  176. <includes>
  177. <include>**/*</include>
  178. </includes>
  179. </resource>
  180. </resources>
  181. <outputDirectory>
  182. ${basedir}/target/classes
  183. </outputDirectory>
  184. </configuration>
  185. </execution>
  186. </executions>
  187. </plugin>
  188. </plugins>
  189. <finalName>${project.name}</finalName>
  190. <resources>
  191. <resource>
  192. <directory>src/main/java</directory>
  193. <includes>
  194. <include>**/*.xml</include>
  195. </includes>
  196. </resource>
  197. <resource>
  198. <directory>src/main/resources</directory>
  199. <includes>
  200. <include>**/*</include>
  201. </includes>
  202. </resource>
  203. </resources>
  204. </build>
  205. </project>