From 3417cf014a65765e02696c1d121ce58b2b4a8aed Mon Sep 17 00:00:00 2001 From: 13693261870 <252740454@qq.com> Date: 星期二, 08 四月 2025 15:55:36 +0800 Subject: [PATCH] 修改pom.xml --- pom.xml | 37 +++++++++++++++++++++++++++++++++++-- 1 files changed, 35 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bf667d9..8b078a0 100644 --- a/pom.xml +++ b/pom.xml @@ -275,13 +275,13 @@ <dependency> <groupId>org.geotools</groupId> <artifactId>gt-referencing</artifactId> - <version>27.2</version> + <version>22.0</version> </dependency> <!--璇诲彇shp鏂囦欢--> <dependency> <groupId>org.geotools</groupId> <artifactId>gt-shapefile</artifactId> - <version>22-RC</version> + <version>22.0</version> </dependency> <dependency> <groupId>com.vividsolutions</groupId> @@ -302,6 +302,30 @@ <groupId>org.osgeo</groupId> <artifactId>proj4j</artifactId> <version>0.1.0</version> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-imaging</artifactId> + <version>1.0-alpha2</version> + </dependency> + <dependency> + <groupId>org.citygml4j</groupId> + <artifactId>citygson</artifactId> + <version>1.1.3.8</version> + <scope>system</scope> + <systemPath>${project.basedir}/libs/citygson-1.1.3.8.jar</systemPath> + </dependency> + <dependency> + <groupId>cn.smartearth</groupId> + <artifactId>sem</artifactId> + <version>1.1.1</version> + <scope>system</scope> + <systemPath>${project.basedir}/libs/sem-1.1.1.jar</systemPath> + </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.8.2</version> </dependency> </dependencies> <repositories> @@ -359,6 +383,15 @@ </excludes> </configuration> </plugin> + <plugin> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-maven-plugin</artifactId> + <configuration> + <jvmArguments> + -Xms2048m -Xmx4096m -XX:+PrintGCDetails + </jvmArguments> + </configuration> + </plugin> </plugins> </build> </project> -- Gitblit v1.9.3