pom.xml 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272
  1. <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  2. xmlns="http://maven.apache.org/POM/4.0.0"
  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. <parent>
  6. <groupId>com.onemap</groupId>
  7. <artifactId>onemap-modules</artifactId>
  8. <version>3.6.1</version>
  9. </parent>
  10. <artifactId>onemap-modules-file</artifactId>
  11. <description>
  12. onemap-modules-file文件服务
  13. </description>
  14. <dependencies>
  15. <!-- RuoYi Common DataSource -->
  16. <dependency>
  17. <groupId>com.onemap</groupId>
  18. <artifactId>onemap-common-datasource</artifactId>
  19. </dependency>
  20. <!-- RuoYi Common DataScope -->
  21. <dependency>
  22. <groupId>com.onemap</groupId>
  23. <artifactId>onemap-common-datascope</artifactId>
  24. </dependency>
  25. <!-- SpringCloud Alibaba Nacos -->
  26. <dependency>
  27. <groupId>com.alibaba.cloud</groupId>
  28. <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
  29. </dependency>
  30. <!-- SpringCloud Alibaba Nacos Config -->
  31. <dependency>
  32. <groupId>com.alibaba.cloud</groupId>
  33. <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
  34. </dependency>
  35. <!-- SpringCloud Alibaba Sentinel -->
  36. <dependency>
  37. <groupId>com.alibaba.cloud</groupId>
  38. <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
  39. </dependency>
  40. <!-- SpringBoot Actuator -->
  41. <dependency>
  42. <groupId>org.springframework.boot</groupId>
  43. <artifactId>spring-boot-starter-actuator</artifactId>
  44. </dependency>
  45. <!-- FastDFS -->
  46. <dependency>
  47. <groupId>com.github.tobato</groupId>
  48. <artifactId>fastdfs-client</artifactId>
  49. </dependency>
  50. <!-- Minio -->
  51. <dependency>
  52. <groupId>io.minio</groupId>
  53. <artifactId>minio</artifactId>
  54. <version>${minio.version}</version>
  55. </dependency>
  56. <!-- 解压rar -->
  57. <dependency>
  58. <groupId>com.github.junrar</groupId>
  59. <artifactId>junrar</artifactId>
  60. <version>0.7</version>
  61. </dependency>
  62. <!-- 远程调用 -->
  63. <dependency>
  64. <groupId>org.springframework.cloud</groupId>
  65. <artifactId>spring-cloud-starter-openfeign</artifactId>
  66. </dependency>
  67. <!--zip4j依赖,解压zip压缩-->
  68. <dependency>
  69. <groupId>net.lingala.zip4j</groupId>
  70. <artifactId>zip4j</artifactId>
  71. <version>1.3.2</version>
  72. </dependency>
  73. <dependency>
  74. <groupId>org.apache.ant</groupId>
  75. <artifactId>ant</artifactId>
  76. <version>1.9.4</version>
  77. <scope>compile</scope>
  78. </dependency>
  79. <!-- <dependency>-->
  80. <!-- <groupId>org.gdal</groupId>-->
  81. <!-- <artifactId>gdal</artifactId>-->
  82. <!-- <version>3.3.0</version>-->
  83. <!-- </dependency>-->
  84. <!-- ejml -->
  85. <dependency>
  86. <groupId>ejml-core</groupId>
  87. <artifactId>core</artifactId>
  88. <scope>system</scope>
  89. <version>0.39</version>
  90. <systemPath>${project.basedir}/lib/ejml-core-0.39.jar</systemPath>
  91. </dependency>
  92. <dependency>
  93. <groupId>ejml-ddense</groupId>
  94. <artifactId>core</artifactId>
  95. <scope>system</scope>
  96. <version>0.32</version>
  97. <systemPath>${project.basedir}/lib/ejml-ddense-0.32.jar</systemPath>
  98. </dependency>
  99. <!-- geotools -->
  100. <dependency>
  101. <groupId>gt-api</groupId>
  102. <artifactId>gt-api</artifactId>
  103. <scope>system</scope>
  104. <version>19.2</version>
  105. <systemPath>${project.basedir}/lib/gt-api-19.2.jar</systemPath>
  106. </dependency>
  107. <dependency>
  108. <groupId>gt-data</groupId>
  109. <artifactId>gt-data</artifactId>
  110. <scope>system</scope>
  111. <version>19.2</version>
  112. <systemPath>${project.basedir}/lib/gt-data-19.2.jar</systemPath>
  113. </dependency>
  114. <dependency>
  115. <groupId>gt-geotools</groupId>
  116. <artifactId>geojson</artifactId>
  117. <scope>system</scope>
  118. <version>19.2</version>
  119. <systemPath>${project.basedir}/lib/gt-geojson-19.2.jar</systemPath>
  120. </dependency>
  121. <dependency>
  122. <groupId>gt-main</groupId>
  123. <artifactId>gt-main</artifactId>
  124. <scope>system</scope>
  125. <version>19.2</version>
  126. <systemPath>${project.basedir}/lib/gt-main-19.2.jar</systemPath>
  127. </dependency>
  128. <dependency>
  129. <groupId>gt-metadata</groupId>
  130. <artifactId>gt-metadata</artifactId>
  131. <scope>system</scope>
  132. <version>19.2</version>
  133. <systemPath>${project.basedir}/lib/gt-metadata-19.2.jar</systemPath>
  134. </dependency>
  135. <dependency>
  136. <groupId>gt-opengis</groupId>
  137. <artifactId>gt-opengis</artifactId>
  138. <scope>system</scope>
  139. <version>19.2</version>
  140. <systemPath>${project.basedir}/lib/gt-opengis-19.2.jar</systemPath>
  141. </dependency>
  142. <dependency>
  143. <groupId>gt-referencing</groupId>
  144. <artifactId>gt-referencing</artifactId>
  145. <scope>system</scope>
  146. <version>19.2</version>
  147. <systemPath>${project.basedir}/lib/gt-referencing-19.2.jar</systemPath>
  148. </dependency>
  149. <dependency>
  150. <groupId>gt-render</groupId>
  151. <artifactId>gt-render</artifactId>
  152. <scope>system</scope>
  153. <version>19.2</version>
  154. <systemPath>${project.basedir}/lib/gt-render-19.2.jar</systemPath>
  155. </dependency>
  156. <dependency>
  157. <groupId>gt-shapefile</groupId>
  158. <artifactId>gt-shapefile</artifactId>
  159. <scope>system</scope>
  160. <version>19.2</version>
  161. <systemPath>${project.basedir}/lib/gt-shapefile-19.2.jar</systemPath>
  162. </dependency>
  163. <dependency>
  164. <groupId>gt-jts</groupId>
  165. <artifactId>gt-jts</artifactId>
  166. <scope>system</scope>
  167. <version>1.13</version>
  168. <systemPath>${project.basedir}/lib/jts-1.13.jar</systemPath>
  169. </dependency>
  170. <dependency>
  171. <groupId>gt-jsr</groupId>
  172. <artifactId>gt-jsr</artifactId>
  173. <scope>system</scope>
  174. <version>1.0</version>
  175. <systemPath>${project.basedir}/lib/jsr-275-1.0-beta-2.jar</systemPath>
  176. </dependency>
  177. <dependency>
  178. <groupId>json</groupId>
  179. <artifactId>json</artifactId>
  180. <scope>system</scope>
  181. <version>1.1</version>
  182. <systemPath>${project.basedir}/lib/json-simple-1.1.jar</systemPath>
  183. </dependency>
  184. <dependency>
  185. <groupId>org.apache.commons</groupId>
  186. <artifactId>commons-lang3</artifactId>
  187. <version>3.8.1</version>
  188. </dependency>
  189. <!-- 解析shp -->
  190. <dependency>
  191. <groupId>com.google.code.gson</groupId>
  192. <artifactId>gson</artifactId>
  193. <version>2.8.5</version>
  194. </dependency>
  195. <dependency>
  196. <groupId>commons-lang</groupId>
  197. <artifactId>commons-lang</artifactId>
  198. <version>2.6</version>
  199. </dependency>
  200. <dependency>
  201. <groupId>com.alibaba</groupId>
  202. <artifactId>fastjson</artifactId>
  203. <version>1.2.7</version>
  204. </dependency>
  205. <dependency>
  206. <groupId>org.apache.tomcat.embed</groupId>
  207. <artifactId>tomcat-embed-core</artifactId>
  208. <version>9.0.56</version>
  209. </dependency>
  210. <dependency>
  211. <groupId>org.reflections</groupId>
  212. <artifactId>reflections</artifactId>
  213. <version>0.9.10</version>
  214. </dependency>
  215. <!-- RuoYi Api System -->
  216. <dependency>
  217. <groupId>com.onemap</groupId>
  218. <artifactId>onemap-api-system</artifactId>
  219. </dependency>
  220. <!-- RuoYi Common Swagger -->
  221. <dependency>
  222. <groupId>com.onemap</groupId>
  223. <artifactId>onemap-common-swagger</artifactId>
  224. </dependency>
  225. <!--word转pdf-->
  226. <dependency>
  227. <groupId>e-iceblue</groupId>
  228. <artifactId>spire.doc.free</artifactId>
  229. <scope>system</scope>
  230. <version>5.2.0</version>
  231. <systemPath>${project.basedir}/lib/spire.doc.free-5.2.0.jar</systemPath>
  232. </dependency>
  233. </dependencies>
  234. <build>
  235. <finalName>${project.artifactId}</finalName>
  236. <plugins>
  237. <plugin>
  238. <configuration>
  239. <includeSystemScope>true</includeSystemScope>
  240. <fork>true</fork> <!--重要-->
  241. </configuration>
  242. <groupId>org.springframework.boot</groupId>
  243. <artifactId>spring-boot-maven-plugin</artifactId>
  244. <version>2.7.1</version>
  245. <executions>
  246. <execution>
  247. <goals>
  248. <goal>repackage</goal>
  249. </goals>
  250. </execution>
  251. </executions>
  252. </plugin>
  253. </plugins>
  254. </build>
  255. </project>