pom.xml 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  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. </dependency>
  63. <!-- /// WEB-INF lib -->
  64. <dependency>
  65. <groupId>com.gagaframework</groupId>
  66. <artifactId>gagaframework-web-core</artifactId>
  67. <version>1.7.1-RELEASE</version>
  68. <scope>system</scope>
  69. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-core-1.7.1-RELEASE.jar</systemPath>
  70. </dependency>
  71. <dependency>
  72. <groupId>com.gagaframework</groupId>
  73. <artifactId>gagaframework-web-security</artifactId>
  74. <version>1.7.2-RELEASE</version>
  75. <scope>system</scope>
  76. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-security-1.7.2-RELEASE.jar</systemPath>
  77. </dependency>
  78. <dependency>
  79. <groupId>com.gagaframework</groupId>
  80. <artifactId>gagaframework-web-parameter</artifactId>
  81. <version>1.7-RELEASE</version>
  82. <scope>system</scope>
  83. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-parameter-1.7-RELEASE.jar</systemPath>
  84. </dependency>
  85. <dependency>
  86. <groupId>com.gagaframework</groupId>
  87. <artifactId>gagaframework-web-rest</artifactId>
  88. <version>1.7.1-RELEASE</version>
  89. <scope>system</scope>
  90. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-rest-1.7-RELEASE.jar</systemPath>
  91. </dependency>
  92. <dependency>
  93. <groupId>com.gagaframework</groupId>
  94. <artifactId>gagaframework-web-util</artifactId>
  95. <version>1.7-RELEASE</version>
  96. <scope>system</scope>
  97. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/gagaframework-web-util-1.7-RELEASE.jar</systemPath>
  98. </dependency>
  99. <!--NICE-->
  100. <dependency>
  101. <groupId>com.NiceID</groupId>
  102. <artifactId>NiceID</artifactId>
  103. <version>1.0</version>
  104. <scope>system</scope>
  105. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/NiceID.jar</systemPath>
  106. </dependency>
  107. <dependency>
  108. <groupId>com.IPIN2Client</groupId>
  109. <artifactId>IPIN2Client</artifactId>
  110. <version>1.0</version>
  111. <scope>system</scope>
  112. <systemPath>${basedir}/src/main/webapp/WEB-INF/lib/IPIN2Client.jar</systemPath>
  113. </dependency>
  114. <!--//NICE 본인인증-->
  115. <!-- \\\ WEB-INF lib -->
  116. </dependencies>
  117. <build>
  118. <finalName>${project.name}</finalName>
  119. <resources>
  120. <resource>
  121. <directory>src/main/java</directory>
  122. <includes>
  123. <include>**/*.xml</include>
  124. </includes>
  125. </resource>
  126. <resource>
  127. <directory>src/main/resources</directory>
  128. <includes>
  129. <include>**/*</include>
  130. </includes>
  131. </resource>
  132. </resources>
  133. </build>
  134. </project>