pom.xml 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <groupId>wgb.system.service</groupId>
  6. <artifactId>wgb-system-service</artifactId>
  7. <version>1.0-SNAPSHOT</version>
  8. <packaging>jar</packaging>
  9. <name>wgb.system.service Maven Webapp</name>
  10. <parent>
  11. <groupId>org.springframework.boot</groupId>
  12. <artifactId>spring-boot-starter-parent</artifactId>
  13. <version>1.5.2.RELEASE</version>
  14. </parent>
  15. <properties>
  16. <argLine>-Dfile.encoding=UTF-8</argLine>
  17. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  18. <maven.compiler.source>1.8</maven.compiler.source>
  19. <maven.compiler.target>1.8</maven.compiler.target>
  20. </properties>
  21. <scm>
  22. <connection>
  23. scm:git:http://u135550:jin935150450@git.proginn.com/u135550/WGB.git
  24. </connection>
  25. <url>https://git.proginn.com/u135550/WGB.git</url>
  26. <developerConnection>
  27. scm:git:http://u135550:jin935150450@git.proginn.com/u135550/WGB.git
  28. </developerConnection>
  29. <tag>HEAD</tag>
  30. </scm>
  31. <dependencies>
  32. <dependency>
  33. <groupId>public.data.model</groupId>
  34. <artifactId>generic-tool</artifactId>
  35. <version>1.0-SNAPSHOT</version>
  36. </dependency>
  37. <dependency>
  38. <groupId>public.data.model</groupId>
  39. <artifactId>external-client</artifactId>
  40. <version>1.0-SNAPSHOT</version>
  41. </dependency>
  42. <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-web -->
  43. <dependency>
  44. <groupId>org.springframework.boot</groupId>
  45. <artifactId>spring-boot-starter-web</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.springframework.boot</groupId>
  49. <artifactId>spring-boot-devtools</artifactId>
  50. <optional>true</optional>
  51. </dependency>
  52. <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-aop -->
  53. <dependency>
  54. <groupId>org.springframework.boot</groupId>
  55. <artifactId>spring-boot-starter-aop</artifactId>
  56. <version>2.0.5.RELEASE</version>
  57. </dependency>
  58. <!-- <dependency>
  59. <groupId>org.springframework.boot</groupId>
  60. <artifactId>spring-boot-starter-security</artifactId>
  61. </dependency>
  62. -->
  63. <!-- https://mvnrepository.com/artifact/org.slf4j/slf4j-api -->
  64. <dependency>
  65. <groupId>org.slf4j</groupId>
  66. <artifactId>slf4j-api</artifactId>
  67. <version>1.7.25</version>
  68. </dependency>
  69. <!-- https://mvnrepository.com/artifact/org.apache.commons/commons-lang3 -->
  70. <dependency>
  71. <groupId>org.apache.commons</groupId>
  72. <artifactId>commons-lang3</artifactId>
  73. <version>3.4</version>
  74. </dependency>
  75. <!-- https://mvnrepository.com/artifact/commons-io/commons-io -->
  76. <dependency>
  77. <groupId>commons-io</groupId>
  78. <artifactId>commons-io</artifactId>
  79. <version>2.4</version>
  80. </dependency>
  81. <dependency>
  82. <groupId>ch.qos.logback</groupId>
  83. <artifactId>logback-core</artifactId>
  84. <version>1.2.1</version>
  85. </dependency>
  86. <!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
  87. <dependency>
  88. <groupId>org.projectlombok</groupId>
  89. <artifactId>lombok</artifactId>
  90. <version>1.16.20</version>
  91. <scope>provided</scope>
  92. </dependency>
  93. <!-- https://mvnrepository.com/artifact/org.springframework.boot/spring-boot-starter-test -->
  94. <dependency>
  95. <groupId>org.springframework.boot</groupId>
  96. <artifactId>spring-boot-starter-test</artifactId>
  97. <version>2.0.6.RELEASE</version>
  98. <scope>test</scope>
  99. </dependency>
  100. <dependency>
  101. <groupId>junit</groupId>
  102. <artifactId>junit</artifactId>
  103. <version>4.11</version>
  104. <scope>test</scope>
  105. </dependency>
  106. <dependency>
  107. <groupId>mysql</groupId>
  108. <artifactId>mysql-connector-java</artifactId>
  109. </dependency>
  110. <dependency>
  111. <groupId>org.apache.httpcomponents</groupId>
  112. <artifactId>httpclient</artifactId>
  113. </dependency>
  114. <dependency>
  115. <groupId>com.baomidou</groupId>
  116. <artifactId>mybatis-plus</artifactId>
  117. <version>3.1.0</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.baomidou</groupId>
  121. <artifactId>mybatis-plus-boot-starter</artifactId>
  122. <version>3.1.0</version>
  123. </dependency>
  124. <!--导入Excel-->
  125. <dependency>
  126. <groupId>org.apache.poi</groupId>
  127. <artifactId>poi</artifactId>
  128. <version>3.17</version>
  129. </dependency>
  130. <dependency>
  131. <groupId>org.apache.poi</groupId>
  132. <artifactId>poi-ooxml</artifactId>
  133. <version>3.17</version>
  134. </dependency>
  135. <!-- aliyun -->
  136. <dependency>
  137. <groupId>com.aliyun</groupId>
  138. <artifactId>aliyun-java-sdk-core</artifactId>
  139. <version>4.1.0</version> <!-- 注:如提示报错,先升级基础包版,无法解决可联系技术支持 -->
  140. </dependency>
  141. <dependency>
  142. <groupId>com.aliyun</groupId>
  143. <artifactId>aliyun-java-sdk-dysmsapi</artifactId>
  144. <version>1.1.0</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>com.aliyun.oss</groupId>
  148. <artifactId>aliyun-sdk-oss</artifactId>
  149. <version>2.8.3</version>
  150. </dependency>
  151. <!-- https://mvnrepository.com/artifact/com.google.code.gson/gson -->
  152. <dependency>
  153. <groupId>com.google.code.gson</groupId>
  154. <artifactId>gson</artifactId>
  155. <version>2.8.2</version>
  156. </dependency>
  157. </dependencies>
  158. <build>
  159. <plugins>
  160. <plugin>
  161. <groupId>org.apache.maven.plugins</groupId>
  162. <artifactId>maven-compiler-plugin</artifactId>
  163. <configuration>
  164. <source>1.8</source>
  165. <target>1.8</target>
  166. </configuration>
  167. </plugin>
  168. <plugin>
  169. <groupId>org.apache.maven.plugins</groupId>
  170. <artifactId>maven-release-plugin</artifactId>
  171. <version>2.5.3</version>
  172. </plugin>
  173. <plugin>
  174. <groupId>org.springframework.boot</groupId>
  175. <artifactId>spring-boot-maven-plugin</artifactId>
  176. </plugin>
  177. <plugin>
  178. <groupId>org.apache.maven.plugins</groupId>
  179. <artifactId>maven-scm-plugin</artifactId>
  180. <version>1.9.5</version>
  181. </plugin>
  182. </plugins>
  183. </build>
  184. </project>