pom.xml 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254
  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. <parent>
  5. <groupId>org.springframework.boot</groupId>
  6. <artifactId>spring-boot-starter-parent</artifactId>
  7. <version>2.3.5.RELEASE</version>
  8. <relativePath/>
  9. </parent>
  10. <name>aj-report</name>
  11. <modelVersion>4.0.0</modelVersion>
  12. <groupId>com.anji-plus</groupId>
  13. <artifactId>aj-report</artifactId>
  14. <version>1.5.0.RELEASE</version>
  15. <properties>
  16. <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
  17. <additionalparam>-Xdoclint:none</additionalparam>
  18. <maven.compiler.source>1.8</maven.compiler.source>
  19. <maven.compiler.target>1.8</maven.compiler.target>
  20. <maven.test.skip>true</maven.test.skip>
  21. </properties>
  22. <dependencies>
  23. <dependency>
  24. <groupId>org.springframework.boot</groupId>
  25. <artifactId>spring-boot-starter-web</artifactId>
  26. <exclusions>
  27. <exclusion>
  28. <groupId>org.apache.logging.log4j</groupId>
  29. <artifactId>log4j-to-slf4j</artifactId>
  30. </exclusion>
  31. </exclusions>
  32. </dependency>
  33. <dependency>
  34. <groupId>org.apache.logging.log4j</groupId>
  35. <artifactId>log4j-to-slf4j</artifactId>
  36. <version>2.15.0</version>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.apache.logging.log4j</groupId>
  40. <artifactId>log4j-api</artifactId>
  41. <version>2.15.0</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.springframework.boot</groupId>
  45. <artifactId>spring-boot-starter-cache</artifactId>
  46. </dependency>
  47. <dependency>
  48. <groupId>org.springframework.boot</groupId>
  49. <artifactId>spring-boot-starter-test</artifactId>
  50. <scope>test</scope>
  51. </dependency>
  52. <dependency>
  53. <groupId>org.springframework</groupId>
  54. <artifactId>spring-mock</artifactId>
  55. <version>2.0.8</version>
  56. </dependency>
  57. <dependency>
  58. <groupId>org.springframework.cloud</groupId>
  59. <artifactId>spring-cloud-context</artifactId>
  60. <version>2.2.6.RELEASE</version>
  61. </dependency>
  62. <dependency>
  63. <groupId>org.springframework.boot</groupId>
  64. <artifactId>spring-boot-configuration-processor</artifactId>
  65. <optional>true</optional>
  66. </dependency>
  67. <dependency>
  68. <groupId>com.anji-plus</groupId>
  69. <artifactId>spring-boot-gaea</artifactId>
  70. <version>2.0.5.RELEASE</version>
  71. <exclusions>
  72. <exclusion>
  73. <groupId>org.springframework.boot</groupId>
  74. <artifactId>spring-boot-starter-data-redis</artifactId>
  75. </exclusion>
  76. <exclusion>
  77. <groupId>com.spring4all</groupId>
  78. <artifactId>swagger-spring-boot-starter</artifactId>
  79. </exclusion>
  80. </exclusions>
  81. </dependency>
  82. <dependency>
  83. <groupId>com.anji-plus</groupId>
  84. <artifactId>spring-boot-starter-gaea-oss</artifactId>
  85. <version>2.0.5.RELEASE</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.baomidou</groupId>
  89. <artifactId>mybatis-plus-boot-starter</artifactId>
  90. <version>3.3.2</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>mysql</groupId>
  94. <artifactId>mysql-connector-java</artifactId>
  95. <version>8.0.28</version>
  96. </dependency>
  97. <dependency>
  98. <groupId>org.flywaydb</groupId>
  99. <artifactId>flyway-core</artifactId>
  100. <version>5.2.1</version>
  101. </dependency>
  102. <dependency>
  103. <groupId>net.sf.ehcache</groupId>
  104. <artifactId>ehcache</artifactId>
  105. <version>2.10.6</version>
  106. </dependency>
  107. <dependency>
  108. <groupId>org.apache.httpcomponents</groupId>
  109. <artifactId>httpclient</artifactId>
  110. <version>4.5.13</version>
  111. </dependency>
  112. <dependency>
  113. <groupId>org.projectlombok</groupId>
  114. <artifactId>lombok</artifactId>
  115. <version>1.18.10</version>
  116. <optional>true</optional>
  117. </dependency>
  118. <dependency>
  119. <groupId>com.itextpdf</groupId>
  120. <artifactId>itextpdf</artifactId>
  121. <version>5.5.13.2</version>
  122. </dependency>
  123. <dependency>
  124. <groupId>com.itextpdf</groupId>
  125. <artifactId>itext-asian</artifactId>
  126. <version>5.2.0</version>
  127. </dependency>
  128. <dependency>
  129. <groupId>org.apache.poi</groupId>
  130. <artifactId>poi</artifactId>
  131. <version>4.1.2</version>
  132. </dependency>
  133. <dependency>
  134. <groupId>org.apache.poi</groupId>
  135. <artifactId>poi-ooxml</artifactId>
  136. <version>4.1.2</version>
  137. </dependency>
  138. <dependency>
  139. <groupId>org.apache.poi</groupId>
  140. <artifactId>poi-ooxml-schemas</artifactId>
  141. <version>4.1.2</version>
  142. </dependency>
  143. <dependency>
  144. <groupId>org.codehaus.groovy</groupId>
  145. <artifactId>groovy</artifactId>
  146. <version>3.0.9</version>
  147. </dependency>
  148. <dependency>
  149. <groupId>org.xhtmlrenderer</groupId>
  150. <artifactId>core-renderer</artifactId>
  151. <version>R8</version>
  152. </dependency>
  153. <dependency>
  154. <groupId>com.itextpdf.tool</groupId>
  155. <artifactId>xmlworker</artifactId>
  156. <version>5.5.13</version>
  157. </dependency>
  158. </dependencies>
  159. <developers>
  160. <developer>
  161. <name>develop.anji-plus.com</name>
  162. <email>MS@anji-plus.com</email>
  163. <url>https://github.com/anji-plus</url>
  164. </developer>
  165. </developers>
  166. <profiles>
  167. <profile>
  168. <id>dev</id>
  169. <properties>
  170. <spring.profiles.active>dev</spring.profiles.active>
  171. </properties>
  172. <activation>
  173. <activeByDefault>true</activeByDefault>
  174. </activation>
  175. </profile>
  176. </profiles>
  177. <build>
  178. <resources>
  179. <resource>
  180. <directory>src/main/resources</directory>
  181. <filtering>true</filtering>
  182. </resource>
  183. </resources>
  184. <plugins>
  185. <plugin>
  186. <groupId>org.springframework.boot</groupId>
  187. <artifactId>spring-boot-maven-plugin</artifactId>
  188. <configuration>
  189. <includeSystemScope>true</includeSystemScope>
  190. </configuration>
  191. </plugin>
  192. <plugin>
  193. <groupId>org.apache.maven.plugins</groupId>
  194. <artifactId>maven-resources-plugin</artifactId>
  195. <configuration>
  196. <nonFilteredFileExtensions>
  197. <nonFilteredFileExtension>ttf</nonFilteredFileExtension>
  198. <nonFilteredFileExtension>woff</nonFilteredFileExtension>
  199. <nonFilteredFileExtension>woff2</nonFilteredFileExtension>
  200. </nonFilteredFileExtensions>
  201. </configuration>
  202. </plugin>
  203. <plugin>
  204. <groupId>org.apache.maven.plugins</groupId>
  205. <artifactId>maven-assembly-plugin</artifactId>
  206. <version>3.3.0</version>
  207. <configuration>
  208. <descriptors>
  209. <descriptor>src/main/assembly/assembly.xml</descriptor>
  210. </descriptors>
  211. </configuration>
  212. <executions>
  213. <execution>
  214. <id>make-assembly</id>
  215. <phase>package</phase>
  216. <goals>
  217. <goal>single</goal>
  218. </goals>
  219. </execution>
  220. </executions>
  221. </plugin>
  222. </plugins>
  223. </build>
  224. </project>