pom.xml 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172
  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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  4. <modelVersion>4.0.0</modelVersion>
  5. <parent>
  6. <groupId>org.springframework.boot</groupId>
  7. <artifactId>spring-boot-starter-parent</artifactId>
  8. <version>2.6.1</version>
  9. <relativePath/> <!-- lookup parent from repository -->
  10. </parent>
  11. <groupId>com.huimv.farm</groupId>
  12. <artifactId>adm-subsidy</artifactId>
  13. <version>0.0.1-SNAPSHOT</version>
  14. <name>dam.subsidy</name>
  15. <description>Demo project for Spring Boot</description>
  16. <properties>
  17. <java.version>8</java.version>
  18. </properties>
  19. <dependencies>
  20. <dependency>
  21. <groupId>com.cloopen</groupId>
  22. <artifactId>java-sms-sdk</artifactId>
  23. <version>1.0.3</version>
  24. </dependency>
  25. <dependency>
  26. <groupId>org.springframework.boot</groupId>
  27. <artifactId>spring-boot-starter-web</artifactId>
  28. </dependency>
  29. <dependency>
  30. <groupId>org.springframework.boot</groupId>
  31. <artifactId>spring-boot-starter</artifactId>
  32. </dependency>
  33. <dependency>
  34. <groupId>org.projectlombok</groupId>
  35. <artifactId>lombok</artifactId>
  36. <optional>true</optional>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.springframework.boot</groupId>
  40. <artifactId>spring-boot-starter-test</artifactId>
  41. <scope>test</scope>
  42. </dependency>
  43. <dependency>
  44. <groupId>mysql</groupId>
  45. <artifactId>mysql-connector-java</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.apache.poi</groupId>
  49. <artifactId>poi</artifactId>
  50. <version>4.1.2</version>
  51. </dependency>
  52. <dependency>
  53. <groupId>org.apache.poi</groupId>
  54. <artifactId>poi-ooxml</artifactId>
  55. <version>4.1.2</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.alibaba</groupId>
  59. <artifactId>druid-spring-boot-starter</artifactId>
  60. <version>1.2.8</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>com.auth0</groupId>
  64. <artifactId>java-jwt</artifactId>
  65. <version>3.3.0</version>
  66. </dependency>
  67. <dependency>
  68. <groupId>io.jsonwebtoken</groupId>
  69. <artifactId>jjwt</artifactId>
  70. <version>0.9.1</version>
  71. </dependency>
  72. <dependency>
  73. <groupId>net.sf.json-lib</groupId>
  74. <artifactId>json-lib</artifactId>
  75. <version>2.2.3</version>
  76. <classifier>jdk15</classifier>
  77. </dependency>
  78. <dependency>
  79. <groupId>com.alibaba</groupId>
  80. <artifactId>fastjson</artifactId>
  81. <version>1.2.28</version>
  82. </dependency>
  83. <dependency>
  84. <groupId>cn.hutool</groupId>
  85. <artifactId>hutool-all</artifactId>
  86. <version>5.7.11</version>
  87. </dependency>
  88. <dependency>
  89. <groupId>com.baomidou</groupId>
  90. <artifactId>mybatis-plus-boot-starter</artifactId>
  91. <version>3.4.2</version>
  92. </dependency>
  93. <dependency>
  94. <groupId>com.baomidou</groupId>
  95. <artifactId>mybatis-plus-extension</artifactId>
  96. <version>3.4.2</version>
  97. </dependency>
  98. <dependency>
  99. <groupId>com.baomidou</groupId>
  100. <artifactId>mybatis-plus-generator</artifactId>
  101. <version>3.2.0</version>
  102. </dependency>
  103. <!--//ftp上传-->
  104. <dependency>
  105. <groupId>commons-net</groupId>
  106. <artifactId>commons-net</artifactId>
  107. <version>3.3</version>
  108. </dependency>
  109. <!--sftp文件上传-->
  110. <dependency>
  111. <groupId>com.jcraft</groupId>
  112. <artifactId>jsch</artifactId>
  113. <version>0.1.54</version>
  114. </dependency>
  115. <dependency>
  116. <groupId>junit</groupId>
  117. <artifactId>junit</artifactId>
  118. </dependency>
  119. <!--必须-->
  120. <dependency>
  121. <groupId>org.jxls</groupId>
  122. <artifactId>jxls</artifactId>
  123. <version>2.6.0</version>
  124. </dependency>
  125. <dependency>
  126. <groupId>org.jxls</groupId>
  127. <artifactId>jxls-poi</artifactId>
  128. <version>1.1.0</version>
  129. </dependency>
  130. <!-- 日志包 非必须 避免控制台提示日志相关警告信息-->
  131. <dependency>
  132. <groupId>e-iceblue</groupId>
  133. <artifactId>spire.xls.free</artifactId>
  134. <version>2.2.0</version>
  135. </dependency>
  136. </dependencies>
  137. <repositories>
  138. <repository>
  139. <id>com.e-iceblue</id>
  140. <name>e-iceblue</name>
  141. <url>https://repo.e-iceblue.cn/repository/maven-public/</url>
  142. </repository>
  143. </repositories>
  144. <build>
  145. <plugins>
  146. <plugin>
  147. <groupId>org.springframework.boot</groupId>
  148. <artifactId>spring-boot-maven-plugin</artifactId>
  149. <configuration>
  150. <excludes>
  151. <exclude>
  152. <groupId>org.projectlombok</groupId>
  153. <artifactId>lombok</artifactId>
  154. </exclude>
  155. </excludes>
  156. </configuration>
  157. </plugin>
  158. </plugins>
  159. </build>
  160. </project>