1 Star 0 Fork 4

meGoo1985 / smart-gis

forked from 54lyll / smart-gis 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pom.xml 3.18 KB
一键复制 编辑 原始数据 按行查看 历史
54lyll 提交于 2020-11-16 09:54 . 补充公共模块工具类
<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.wonderzh</groupId>
<artifactId>smart-gis</artifactId>
<version>1.0-SNAPSHOT</version>
<name>smart-gis</name>
<!-- FIXME change it to the project's website -->
<url>http://www.example.com</url>
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
</properties>
<repositories>
<repository>
<id>osgeo</id>
<name>OSGeo Release Repository</name>
<url>https://repo.osgeo.org/repository/release/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
<releases>
<enabled>true</enabled>
</releases>
</repository>
<repository>
<id>osgeo-snapshot</id>
<name>OSGeo Snapshot Repository</name>
<url>https://repo.osgeo.org/repository/snapshot/</url>
<snapshots>
<enabled>true</enabled>
</snapshots>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.11</version>
<scope>test</scope>
</dependency>
<!--矩阵包-->
<dependency>
<groupId>gov.nist.math</groupId>
<artifactId>jama</artifactId>
<version>1.0.3</version>
</dependency>
<dependency>
<groupId>org.projectlombok</groupId>
<artifactId>lombok</artifactId>
<version>1.18.6</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
<version>5.1.5.RELEASE</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
<version>5.1.5.RELEASE</version>
<scope>compile</scope>
</dependency>
<!--<dependency>-->
<!--<groupId>org.geotools</groupId>-->
<!--<artifactId>gt-shapefile</artifactId>-->
<!--<version>24-SNAPSHOT</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>org.geotools</groupId>-->
<!--<artifactId>gt-geojson</artifactId>-->
<!--<version>24-SNAPSHOT</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>org.geotools</groupId>-->
<!--<artifactId>gt-csv</artifactId>-->
<!--<version>24-SNAPSHOT</version>-->
<!--</dependency>-->
<!--<dependency>-->
<!--<groupId>org.geotools</groupId>-->
<!--<artifactId>gt-swing</artifactId>-->
<!--<version>24-SNAPSHOT</version>-->
<!--</dependency>-->
</dependencies>
<build>
</build>
</project>
Java
1
https://gitee.com/meGoo1985/smart-gis.git
git@gitee.com:meGoo1985/smart-gis.git
meGoo1985
smart-gis
smart-gis
master

搜索帮助