pom.xml 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217
  1. <project xmlns="http://maven.apache.org/POM/4.0.0"
  2. 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.jeecgframework.boot</groupId>
  6. <artifactId>jeecg-boot-parent</artifactId>
  7. <version>2.4.5</version>
  8. </parent>
  9. <modelVersion>4.0.0</modelVersion>
  10. <artifactId>jeecg-boot-module-system</artifactId>
  11. <repositories>
  12. <repository>
  13. <id>aliyun</id>
  14. <name>aliyun Repository</name>
  15. <url>https://maven.aliyun.com/nexus/content/groups/public</url>
  16. <snapshots>
  17. <enabled>false</enabled>
  18. </snapshots>
  19. </repository>
  20. <repository>
  21. <id>jeecg</id>
  22. <name>jeecg Repository</name>
  23. <url>https://maven.jeecg.org/nexus/content/repositories/jeecg</url>
  24. <snapshots>
  25. <enabled>false</enabled>
  26. </snapshots>
  27. </repository>
  28. </repositories>
  29. <dependencies>
  30. <dependency>
  31. <groupId>org.jeecgframework.boot</groupId>
  32. <artifactId>jeecg-system-local-api</artifactId>
  33. </dependency>
  34. <dependency>
  35. <groupId>org.jeecgframework.boot</groupId>
  36. <artifactId>jeecg-boot-base-core</artifactId>
  37. </dependency>
  38. <dependency>
  39. <groupId>org.jeecgframework</groupId>
  40. <artifactId>jeewx-api</artifactId>
  41. <version>1.4.2</version>
  42. </dependency>
  43. <dependency>
  44. <groupId>org.jeecgframework.jimureport</groupId>
  45. <artifactId>spring-boot-starter-jimureport</artifactId>
  46. <version>1.3.4-beta</version>
  47. <exclusions>
  48. <exclusion>
  49. <groupId>org.jeecgframework</groupId>
  50. <artifactId>autopoi-web</artifactId>
  51. </exclusion>
  52. </exclusions>
  53. </dependency>
  54. <dependency>
  55. <groupId>com.aliyun</groupId>
  56. <artifactId>aliyun-java-sdk-mts</artifactId>
  57. <version>2.5.2</version>
  58. </dependency>
  59. <dependency>
  60. <groupId>com.alibaba</groupId>
  61. <artifactId>easyexcel</artifactId>
  62. <version>1.1.2-beat1</version>
  63. </dependency>
  64. <dependency>
  65. <groupId>cn.com.ctop</groupId>
  66. <artifactId>opencv</artifactId>
  67. <version>4.2.0</version>
  68. <scope>system</scope>
  69. <systemPath>${basedir}/../lib/opencv-4.2.0.jar</systemPath>
  70. </dependency>
  71. <!-- commons -->
  72. <dependency>
  73. <groupId>commons-io</groupId>
  74. <artifactId>commons-io</artifactId>
  75. <version>${commons.version}</version>
  76. </dependency>
  77. <dependency>
  78. <groupId>commons-lang</groupId>
  79. <artifactId>commons-lang</artifactId>
  80. <version>${commons.version}</version>
  81. </dependency>
  82. <dependency>
  83. <groupId>org.codehaus.groovy</groupId>
  84. <artifactId>groovy</artifactId>
  85. <version>${groovy.version}</version>
  86. </dependency>
  87. <dependency>
  88. <groupId>com.github.binarywang</groupId>
  89. <artifactId>weixin-java-cp</artifactId>
  90. <version>3.6.0</version>
  91. </dependency>
  92. <dependency>
  93. <groupId>thirtpart</groupId>
  94. <artifactId>jave</artifactId>
  95. <version>1.0</version>
  96. <scope>system</scope>
  97. <systemPath>${project.basedir}/../lib/jave-1.0.jar</systemPath>
  98. </dependency>
  99. <dependency>
  100. <groupId>com.tencentcloudapi</groupId>
  101. <artifactId>tencentcloud-sdk-java</artifactId>
  102. <version>3.1.62</version><!-- 注:这里只是示例版本号,请获取并替换为 最新的版本号 -->
  103. </dependency>
  104. <dependency>
  105. <groupId>com.qcloud</groupId>
  106. <artifactId>cos_api</artifactId>
  107. <version>5.6.25</version>
  108. </dependency>
  109. <dependency>
  110. <groupId>net.sourceforge.javacsv</groupId>
  111. <artifactId>javacsv</artifactId>
  112. <version>2.0</version>
  113. </dependency>
  114. <dependency>
  115. <groupId>org.apache.pdfbox</groupId>
  116. <artifactId>fontbox</artifactId>
  117. <version>2.0.15</version>
  118. </dependency>
  119. <dependency>
  120. <groupId>com.github.tony19</groupId>
  121. <artifactId>apktool-lib</artifactId>
  122. <version>1.4.4-3</version>
  123. <scope>compile</scope>
  124. </dependency>
  125. <dependency>
  126. <groupId>com.googlecode.plist</groupId>
  127. <artifactId>dd-plist</artifactId>
  128. <version>1.16</version>
  129. <scope>compile</scope>
  130. </dependency>
  131. <dependency>
  132. <groupId>io.appium</groupId>
  133. <artifactId>java-client</artifactId>
  134. <version>7.2.0</version>
  135. </dependency>
  136. <dependency>
  137. <groupId>org.bytedeco</groupId>
  138. <artifactId>javacv</artifactId>
  139. <version>1.4.2</version>
  140. </dependency>
  141. <dependency>
  142. <groupId>org.bytedeco</groupId>
  143. <artifactId>javacv-platform</artifactId>
  144. <version>1.4.2</version>
  145. </dependency>
  146. <dependency>
  147. <groupId>com.baomidou</groupId>
  148. <artifactId>mybatis-plus-boot-starter</artifactId>
  149. <version>${mybatis-plus.version}</version>
  150. </dependency>
  151. <dependency>
  152. <groupId>org.jeecgframework.boot</groupId>
  153. <artifactId>jeecg-boot-base-tools</artifactId>
  154. </dependency>
  155. <dependency>
  156. <groupId>org.elasticsearch.client</groupId>
  157. <artifactId>elasticsearch-rest-high-level-client</artifactId>
  158. <version>7.1.0</version>
  159. </dependency>
  160. <dependency>
  161. <groupId>org.elasticsearch.client</groupId>
  162. <artifactId>elasticsearch-rest-client</artifactId>
  163. <version>7.1.0</version>
  164. </dependency>
  165. <dependency>
  166. <groupId>org.elasticsearch</groupId>
  167. <artifactId>elasticsearch</artifactId>
  168. <version>7.1.0</version>
  169. </dependency>
  170. <!-- Csv 解析包-->
  171. <dependency>
  172. <groupId>com.opencsv</groupId>
  173. <artifactId>opencsv</artifactId>
  174. <version>4.6</version>
  175. </dependency>
  176. </dependencies>
  177. <build>
  178. <resources>
  179. <!-- 解决MyBatis配置文件引入问题 -->
  180. <resource>
  181. <directory>src/main/java</directory>
  182. <includes>
  183. <include>**/*.properties</include>
  184. <include>**/*.xml</include>
  185. <include>**/*.json</include>
  186. </includes>
  187. <!-- 是否替换资源中的属性-->
  188. <filtering>true</filtering>
  189. </resource>
  190. <resource>
  191. <directory>src/main/resources</directory>
  192. </resource>
  193. </resources>
  194. <plugins>
  195. <plugin>
  196. <groupId>org.springframework.boot</groupId>
  197. <artifactId>spring-boot-maven-plugin</artifactId>
  198. <configuration>
  199. <!--微服务模式下修改为true,跳过此打包插件,否则微服务模块无法引用-->
  200. <skip>true</skip>
  201. <includeSystemScope>true</includeSystemScope>
  202. </configuration>
  203. </plugin>
  204. </plugins>
  205. </build>
  206. </project>