123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 |
- <project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xmlns="http://maven.apache.org/POM/4.0.0"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>com.onemap</groupId>
- <artifactId>onemap-modules</artifactId>
- <version>3.6.1</version>
- </parent>
- <artifactId>onemap-modules-file</artifactId>
- <description>
- onemap-modules-file文件服务
- </description>
- <dependencies>
- <!-- RuoYi Common DataSource -->
- <dependency>
- <groupId>com.onemap</groupId>
- <artifactId>onemap-common-datasource</artifactId>
- </dependency>
- <!-- RuoYi Common DataScope -->
- <dependency>
- <groupId>com.onemap</groupId>
- <artifactId>onemap-common-datascope</artifactId>
- </dependency>
- <!-- SpringCloud Alibaba Nacos -->
- <dependency>
- <groupId>com.alibaba.cloud</groupId>
- <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
- </dependency>
- <!-- SpringCloud Alibaba Nacos Config -->
- <dependency>
- <groupId>com.alibaba.cloud</groupId>
- <artifactId>spring-cloud-starter-alibaba-nacos-config</artifactId>
- </dependency>
- <!-- SpringCloud Alibaba Sentinel -->
- <dependency>
- <groupId>com.alibaba.cloud</groupId>
- <artifactId>spring-cloud-starter-alibaba-sentinel</artifactId>
- </dependency>
- <!-- SpringBoot Actuator -->
- <dependency>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-starter-actuator</artifactId>
- </dependency>
- <!-- FastDFS -->
- <dependency>
- <groupId>com.github.tobato</groupId>
- <artifactId>fastdfs-client</artifactId>
- </dependency>
- <!-- Minio -->
- <dependency>
- <groupId>io.minio</groupId>
- <artifactId>minio</artifactId>
- <version>${minio.version}</version>
- </dependency>
- <!-- 解压rar -->
- <dependency>
- <groupId>com.github.junrar</groupId>
- <artifactId>junrar</artifactId>
- <version>0.7</version>
- </dependency>
- <!-- 远程调用 -->
- <dependency>
- <groupId>org.springframework.cloud</groupId>
- <artifactId>spring-cloud-starter-openfeign</artifactId>
- </dependency>
- <!--zip4j依赖,解压zip压缩-->
- <dependency>
- <groupId>net.lingala.zip4j</groupId>
- <artifactId>zip4j</artifactId>
- <version>1.3.2</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.9.4</version>
- <scope>compile</scope>
- </dependency>
- <!-- <dependency>-->
- <!-- <groupId>org.gdal</groupId>-->
- <!-- <artifactId>gdal</artifactId>-->
- <!-- <version>3.3.0</version>-->
- <!-- </dependency>-->
- <!-- ejml -->
- <dependency>
- <groupId>ejml-core</groupId>
- <artifactId>core</artifactId>
- <scope>system</scope>
- <version>0.39</version>
- <systemPath>${project.basedir}/lib/ejml-core-0.39.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>ejml-ddense</groupId>
- <artifactId>core</artifactId>
- <scope>system</scope>
- <version>0.32</version>
- <systemPath>${project.basedir}/lib/ejml-ddense-0.32.jar</systemPath>
- </dependency>
- <!-- geotools -->
- <dependency>
- <groupId>gt-api</groupId>
- <artifactId>gt-api</artifactId>
- <scope>system</scope>
- <version>19.2</version>
- <systemPath>${project.basedir}/lib/gt-api-19.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>gt-data</groupId>
- <artifactId>gt-data</artifactId>
- <scope>system</scope>
- <version>19.2</version>
- <systemPath>${project.basedir}/lib/gt-data-19.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>gt-geotools</groupId>
- <artifactId>geojson</artifactId>
- <scope>system</scope>
- <version>19.2</version>
- <systemPath>${project.basedir}/lib/gt-geojson-19.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>gt-main</groupId>
- <artifactId>gt-main</artifactId>
- <scope>system</scope>
- <version>19.2</version>
- <systemPath>${project.basedir}/lib/gt-main-19.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>gt-metadata</groupId>
- <artifactId>gt-metadata</artifactId>
- <scope>system</scope>
- <version>19.2</version>
- <systemPath>${project.basedir}/lib/gt-metadata-19.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>gt-opengis</groupId>
- <artifactId>gt-opengis</artifactId>
- <scope>system</scope>
- <version>19.2</version>
- <systemPath>${project.basedir}/lib/gt-opengis-19.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>gt-referencing</groupId>
- <artifactId>gt-referencing</artifactId>
- <scope>system</scope>
- <version>19.2</version>
- <systemPath>${project.basedir}/lib/gt-referencing-19.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>gt-render</groupId>
- <artifactId>gt-render</artifactId>
- <scope>system</scope>
- <version>19.2</version>
- <systemPath>${project.basedir}/lib/gt-render-19.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>gt-shapefile</groupId>
- <artifactId>gt-shapefile</artifactId>
- <scope>system</scope>
- <version>19.2</version>
- <systemPath>${project.basedir}/lib/gt-shapefile-19.2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>gt-jts</groupId>
- <artifactId>gt-jts</artifactId>
- <scope>system</scope>
- <version>1.13</version>
- <systemPath>${project.basedir}/lib/jts-1.13.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>gt-jsr</groupId>
- <artifactId>gt-jsr</artifactId>
- <scope>system</scope>
- <version>1.0</version>
- <systemPath>${project.basedir}/lib/jsr-275-1.0-beta-2.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>json</groupId>
- <artifactId>json</artifactId>
- <scope>system</scope>
- <version>1.1</version>
- <systemPath>${project.basedir}/lib/json-simple-1.1.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.apache.commons</groupId>
- <artifactId>commons-lang3</artifactId>
- <version>3.8.1</version>
- </dependency>
- <!-- 解析shp -->
- <dependency>
- <groupId>com.google.code.gson</groupId>
- <artifactId>gson</artifactId>
- <version>2.8.5</version>
- </dependency>
- <dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.6</version>
- </dependency>
- <dependency>
- <groupId>com.alibaba</groupId>
- <artifactId>fastjson</artifactId>
- <version>1.2.7</version>
- </dependency>
- <dependency>
- <groupId>org.apache.tomcat.embed</groupId>
- <artifactId>tomcat-embed-core</artifactId>
- <version>9.0.56</version>
- </dependency>
- <dependency>
- <groupId>org.reflections</groupId>
- <artifactId>reflections</artifactId>
- <version>0.9.10</version>
- </dependency>
- <!-- RuoYi Api System -->
- <dependency>
- <groupId>com.onemap</groupId>
- <artifactId>onemap-api-system</artifactId>
- </dependency>
- <!-- RuoYi Common Swagger -->
- <dependency>
- <groupId>com.onemap</groupId>
- <artifactId>onemap-common-swagger</artifactId>
- </dependency>
- <!--word转pdf-->
- <dependency>
- <groupId>e-iceblue</groupId>
- <artifactId>spire.doc.free</artifactId>
- <scope>system</scope>
- <version>5.2.0</version>
- <systemPath>${project.basedir}/lib/spire.doc.free-5.2.0.jar</systemPath>
- </dependency>
- </dependencies>
- <build>
- <finalName>${project.artifactId}</finalName>
- <plugins>
- <plugin>
- <configuration>
- <includeSystemScope>true</includeSystemScope>
- <fork>true</fork> <!--重要-->
- </configuration>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <version>2.7.1</version>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </project>
|