pom.xml 8.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xmlns="http://maven.apache.org/POM/4.0.0"
  4. xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  5. <parent>
  6. <groupId>com.zfjg</groupId>
  7. <artifactId>zfjg-modules</artifactId>
  8. <version>3.6.1</version>
  9. </parent>
  10. <modelVersion>4.0.0</modelVersion>
  11. <artifactId>zfjg-modules-file</artifactId>
  12. <description>
  13. zfjg-modules-file文件服务
  14. </description>
  15. <dependencies>
  16. <!-- SpringCloud Alibaba Nacos -->
  17. <dependency>
  18. <groupId>com.alibaba.cloud</groupId>
  19. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  20. </dependency>
  21. <!-- SpringCloud Alibaba Nacos Config -->
  22. <dependency>
  23. <groupId>com.alibaba.cloud</groupId>
  24. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  25. </dependency>
  26. <!-- SpringCloud Alibaba Sentinel -->
  27. <dependency>
  28. <groupId>com.alibaba.cloud</groupId>
  29. <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
  30. </dependency>
  31. <!-- SpringBoot Actuator -->
  32. <dependency>
  33. <groupId>org.springframework.boot</groupId>
  34. <artifactId>spring-boot-starter-actuator</artifactId>
  35. </dependency>
  36. <!-- FastDFS -->
  37. <dependency>
  38. <groupId>com.github.tobato</groupId>
  39. <artifactId>fastdfs-client</artifactId>
  40. </dependency>
  41. <!-- Minio -->
  42. <dependency>
  43. <groupId>io.minio</groupId>
  44. <artifactId>minio</artifactId>
  45. <version>${minio.version}</version>
  46. </dependency>
  47. <!-- RuoYi Api System -->
  48. <dependency>
  49. <groupId>com.zfjg</groupId>
  50. <artifactId>zfjg-api-system</artifactId>
  51. </dependency>
  52. <!-- RuoYi Common Swagger -->
  53. <dependency>
  54. <groupId>com.zfjg</groupId>
  55. <artifactId>zfjg-common-swagger</artifactId>
  56. </dependency>
  57. <dependency>
  58. <groupId>com.zfjg</groupId>
  59. <artifactId>zfjg-api-file</artifactId>
  60. <version>3.6.1</version>
  61. <scope>compile</scope>
  62. </dependency>
  63. <!-- 视频解析 -->
  64. <dependency>
  65. <groupId>org.bytedeco</groupId>
  66. <artifactId>javacv</artifactId>
  67. <version>1.5.7</version>
  68. <exclusions>
  69. <exclusion>
  70. <groupId>org.bytedeco</groupId>
  71. <artifactId>javacpp</artifactId>
  72. </exclusion>
  73. <exclusion>
  74. <groupId>org.bytedeco.javacpp-presets</groupId>
  75. <artifactId>flycapture</artifactId>
  76. </exclusion>
  77. <exclusion>
  78. <groupId>org.bytedeco.javacpp-presets</groupId>
  79. <artifactId>libdc1394</artifactId>
  80. </exclusion>
  81. <exclusion>
  82. <groupId>org.bytedeco.javacpp-presets</groupId>
  83. <artifactId>libfreenect</artifactId>
  84. </exclusion>
  85. <exclusion>
  86. <groupId>org.bytedeco.javacpp-presets</groupId>
  87. <artifactId>libfreenect2</artifactId>
  88. </exclusion>
  89. <exclusion>
  90. <groupId>org.bytedeco.javacpp-presets</groupId>
  91. <artifactId>librealsense</artifactId>
  92. </exclusion>
  93. <exclusion>
  94. <groupId>org.bytedeco.javacpp-presets</groupId>
  95. <artifactId>videoinput</artifactId>
  96. </exclusion>
  97. <exclusion>
  98. <groupId>org.bytedeco.javacpp-presets</groupId>
  99. <artifactId>opencv</artifactId>
  100. </exclusion>
  101. <exclusion>
  102. <groupId>org.bytedeco.javacpp-presets</groupId>
  103. <artifactId>tesseract</artifactId>
  104. </exclusion>
  105. <exclusion>
  106. <groupId>org.bytedeco.javacpp-presets</groupId>
  107. <artifactId>leptonica</artifactId>
  108. </exclusion>
  109. <exclusion>
  110. <groupId>org.bytedeco.javacpp-presets</groupId>
  111. <artifactId>flandmark</artifactId>
  112. </exclusion>
  113. <exclusion>
  114. <groupId>org.bytedeco.javacpp-presets</groupId>
  115. <artifactId>artoolkitplus</artifactId>
  116. </exclusion>
  117. </exclusions>
  118. </dependency>
  119. <dependency>
  120. <groupId>org.bytedeco</groupId>
  121. <artifactId>javacv-platform</artifactId>
  122. <version>1.5.7</version>
  123. <exclusions>
  124. <exclusion>
  125. <groupId>org.bytedeco</groupId>
  126. <artifactId>javacv</artifactId>
  127. </exclusion>
  128. <exclusion>
  129. <groupId>org.bytedeco.javacpp-presets</groupId>
  130. <artifactId>flycapture-platform</artifactId>
  131. </exclusion>
  132. <exclusion>
  133. <groupId>org.bytedeco.javacpp-presets</groupId>
  134. <artifactId>libdc1394-platform</artifactId>
  135. </exclusion>
  136. <exclusion>
  137. <groupId>org.bytedeco.javacpp-presets</groupId>
  138. <artifactId>libfreenect-platform</artifactId>
  139. </exclusion>
  140. <exclusion>
  141. <groupId>org.bytedeco.javacpp-presets</groupId>
  142. <artifactId>libfreenect2-platform</artifactId>
  143. </exclusion>
  144. <exclusion>
  145. <groupId>org.bytedeco.javacpp-presets</groupId>
  146. <artifactId>librealsense-platform</artifactId>
  147. </exclusion>
  148. <exclusion>
  149. <groupId>org.bytedeco.javacpp-presets</groupId>
  150. <artifactId>videoinput-platform</artifactId>
  151. </exclusion>
  152. <exclusion>
  153. <groupId>org.bytedeco.javacpp-presets</groupId>
  154. <artifactId>opencv-platform</artifactId>
  155. </exclusion>
  156. <exclusion>
  157. <groupId>org.bytedeco.javacpp-presets</groupId>
  158. <artifactId>tesseract-platform</artifactId>
  159. </exclusion>
  160. <exclusion>
  161. <groupId>org.bytedeco.javacpp-presets</groupId>
  162. <artifactId>leptonica-platform</artifactId>
  163. </exclusion>
  164. <exclusion>
  165. <groupId>org.bytedeco.javacpp-presets</groupId>
  166. <artifactId>flandmark-platform</artifactId>
  167. </exclusion>
  168. <exclusion>
  169. <groupId>org.bytedeco.javacpp-presets</groupId>
  170. <artifactId>artoolkitplus-platform</artifactId>
  171. </exclusion>
  172. </exclusions>
  173. </dependency>
  174. <!-- Mysql Connector -->
  175. <dependency>
  176. <groupId>mysql</groupId>
  177. <artifactId>mysql-connector-java</artifactId>
  178. </dependency>
  179. <!-- RuoYi Common DataSource -->
  180. <dependency>
  181. <groupId>com.zfjg</groupId>
  182. <artifactId>zfjg-common-datasource</artifactId>
  183. </dependency>
  184. <!-- RuoYi Common DataScope -->
  185. <dependency>
  186. <groupId>com.zfjg</groupId>
  187. <artifactId>zfjg-common-datascope</artifactId>
  188. </dependency>
  189. <!--断点续传依赖-->
  190. <dependency>
  191. <groupId>cn.novelweb</groupId>
  192. <artifactId>tool-core</artifactId>
  193. <version>1.3.3</version>
  194. <exclusions>
  195. <exclusion>
  196. <artifactId>poi-ooxml</artifactId>
  197. <groupId>org.apache.poi</groupId>
  198. </exclusion>
  199. <!-- <exclusion>-->
  200. <!-- <artifactId>xml-apis</artifactId>-->
  201. <!-- <groupId>xml-apis</groupId>-->
  202. <!-- </exclusion>-->
  203. </exclusions>
  204. </dependency>
  205. </dependencies>
  206. <build>
  207. <finalName>${project.artifactId}</finalName>
  208. <plugins>
  209. <plugin>
  210. <groupId>org.springframework.boot</groupId>
  211. <artifactId>spring-boot-maven-plugin</artifactId>
  212. <executions>
  213. <execution>
  214. <goals>
  215. <goal>repackage</goal>
  216. </goals>
  217. </execution>
  218. </executions>
  219. </plugin>
  220. </plugins>
  221. </build>
  222. </project>