pom.xml 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  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. <!--NICE-->
  101. <dependency>
  102. <groupId>com.NiceID</groupId>
  103. <artifactId>NiceID</artifactId>
  104. <version>1.0</version>
  105. <scope>system</scope>
  106. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/NiceID.jar</systemPath>
  107. </dependency>
  108. <dependency>
  109. <groupId>com.IPIN2Client</groupId>
  110. <artifactId>IPIN2Client</artifactId>
  111. <version>1.0</version>
  112. <scope>system</scope>
  113. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/IPIN2Client.jar</systemPath>
  114. </dependency>
  115. <!--KCP-->
  116. <dependency>
  117. <groupId>com.kcp</groupId>
  118. <artifactId>kcp</artifactId>
  119. <version>1.0</version>
  120. <scope>system</scope>
  121. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/jPpcliE.jar</systemPath>
  122. </dependency>
  123. <dependency>
  124. <groupId>com.style24.front</groupId>
  125. <artifactId>style24.front</artifactId>
  126. <version>0.0.1-SNAPSHOT</version>
  127. </dependency>
  128. <!--//NICE 본인인증-->
  129. <!-- \\\ WEB-INF lib -->
  130. </dependencies>
  131. <build>
  132. <finalName>${project.name}</finalName>
  133. <resources>
  134. <resource>
  135. <directory>src/main/java</directory>
  136. <includes>
  137. <include>**/*.xml</include>
  138. </includes>
  139. </resource>
  140. <resource>
  141. <directory>src/main/resources</directory>
  142. <includes>
  143. <include>**/*</include>
  144. </includes>
  145. </resource>
  146. </resources>
  147. </build>
  148. </project>