| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233 |
- <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <groupId>com.siwei</groupId>
- <artifactId>siwei-modules</artifactId>
- <version>3.6.5</version>
- </parent>
- <artifactId>siwei-apply</artifactId>
- <name>Archetype - siwei-apply</name>
- <url>http://maven.apache.org</url>
- <dependencies>
- <!-- 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>
- <dependency>
- <groupId>org.postgresql</groupId>
- <artifactId>postgresql</artifactId>
- </dependency>
- <!-- siwei Common DataSource -->
- <dependency>
- <groupId>com.siwei</groupId>
- <artifactId>siwei-common-datasource</artifactId>
- </dependency>
- <!-- siwei Common DataScope -->
- <dependency>
- <groupId>com.siwei</groupId>
- <artifactId>siwei-common-datascope</artifactId>
- </dependency>
- <!-- siwei Common Log -->
- <dependency>
- <groupId>com.siwei</groupId>
- <artifactId>siwei-common-log</artifactId>
- </dependency>
- <!-- siwei Common Swagger -->
- <dependency>
- <groupId>com.siwei</groupId>
- <artifactId>siwei-common-swagger</artifactId>
- </dependency>
- <dependency>
- <groupId>org.projectlombok</groupId>
- <artifactId>lombok</artifactId>
- <scope>provided</scope>
- </dependency>
- <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpcore -->
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpcore</artifactId>
- <version>4.4.10</version>
- </dependency>
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpmime</artifactId>
- <version>4.5.6</version>
- </dependency>
- <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
- <dependency>
- <groupId>org.apache.httpcomponents</groupId>
- <artifactId>httpclient</artifactId>
- <version>4.5.6</version>
- </dependency>
- <dependency>
- <groupId>org.apache.ant</groupId>
- <artifactId>ant</artifactId>
- <version>1.10.5</version>
- </dependency>
- <dependency>
- <groupId>com.google.guava</groupId>
- <artifactId>guava</artifactId>
- <version>31.1-jre</version>
- </dependency>
- <!-- 引入解析GDB矢量数据的jar -->
- <dependency>
- <groupId>org.gdal.jni</groupId>
- <version>3.1.0</version>
- <artifactId>gdal-jni</artifactId>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/gdal.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.json.simple</groupId>
- <version>1.1.1</version>
- <artifactId>json-simple</artifactId>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/json-simple-1.1.1.jar</systemPath>
- </dependency>
- <!-- ejml -->
- <!--geotools-->
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-main</artifactId>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-cql</artifactId>
- </dependency>
- <dependency>
- <groupId>org.geotools.jdbc</groupId>
- <artifactId>gt-jdbc-postgis</artifactId>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-coverage</artifactId>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-render</artifactId>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-opengis</artifactId>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-referencing</artifactId>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-geojson</artifactId>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-geotiff</artifactId>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-swing</artifactId>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-shapefile</artifactId>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-tile-client</artifactId>
- </dependency>
- <dependency>
- <groupId>org.geotools</groupId>
- <artifactId>gt-epsg-hsql</artifactId>
- </dependency>
- <dependency>
- <groupId>org.locationtech.jts</groupId>
- <artifactId>jts-core</artifactId>
- </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.gdal.jni</groupId>
- <version>3.1.0</version>
- <artifactId>gdal-jni</artifactId>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/gdal.jar</systemPath>
- </dependency>
- <dependency>
- <groupId>org.json.simple</groupId>
- <version>1.1.1</version>
- <artifactId>json-simple</artifactId>
- <scope>system</scope>
- <systemPath>${project.basedir}/lib/json-simple-1.1.1.jar</systemPath>
- </dependency>
- <!-- https://mvnrepository.com/artifact/net.sf.ucanaccess/ucanaccess -->
- <dependency>
- <groupId>net.sf.ucanaccess</groupId>
- <artifactId>ucanaccess</artifactId>
- <version>5.0.1</version>
- </dependency>
- </dependencies>
- <build>
- <finalName>${project.artifactId}</finalName>
- <plugins>
- <plugin>
- <groupId>org.springframework.boot</groupId>
- <artifactId>spring-boot-maven-plugin</artifactId>
- <executions>
- <execution>
- <goals>
- <goal>repackage</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
- </plugins>
- </build>
- </project>
|