From 1553b39b4547418774ab2bd6da72f75bfd14b972 Mon Sep 17 00:00:00 2001 From: 648540858 <456panlinlin> Date: 星期二, 29 三月 2022 10:04:28 +0800 Subject: [PATCH] 修复级联的国标通道无经纬度问题 --- pom.xml | 10 +++------- 1 files changed, 3 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 2dde4da..7ad53db 100644 --- a/pom.xml +++ b/pom.xml @@ -169,13 +169,6 @@ <version>1.2.73</version> </dependency> - <!--Guava鏄竴绉嶅熀浜庡紑婧愮殑Java搴�--> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - <version>30.0-jre</version> - </dependency> - <!-- okhttp --> <dependency> <groupId>com.squareup.okhttp3</groupId> @@ -279,6 +272,9 @@ <plugin> <groupId>pl.project13.maven</groupId> <artifactId>git-commit-id-plugin</artifactId> + <configuration> + <offline>true</offline> + </configuration> </plugin> <plugin> -- Gitblit v1.8.0