删除不必要的依赖和文件

This commit is contained in:
wzy-warehouse
2026-06-26 09:31:02 +08:00
parent 0d952e0c98
commit 20bfead821
4 changed files with 23 additions and 877 deletions
-40
View File
@@ -127,46 +127,6 @@
<scope>test</scope>
</dependency>
<!-- GIS空间数据处理工具 -->
<dependency>
<groupId>org.locationtech.jts</groupId>
<artifactId>jts-core</artifactId>
<version>1.19.0</version>
</dependency>
<!-- PostGIS TypeHandler 支持 -->
<dependency>
<groupId>org.mybatis</groupId>
<artifactId>mybatis-typehandlers-jsr310</artifactId>
<version>1.0.2</version>
</dependency>
<!-- PostGIS JTS 支持 -->
<dependency>
<groupId>net.postgis</groupId>
<artifactId>postgis-jdbc</artifactId>
<version>2021.1.0</version>
</dependency>
<dependency>
<groupId>org.hibernate.orm</groupId>
<artifactId>hibernate-spatial</artifactId>
<version>6.2.0.Final</version>
</dependency>
<!-- 坐标投影转换 -->
<dependency>
<groupId>org.locationtech.proj4j</groupId>
<artifactId>proj4j</artifactId>
<version>1.1.4</version>
</dependency>
<!--常用工具类 -->
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
</dependency>
</dependencies>
<profiles>