From c3b47fa734f909ad2d21dcea43e030ae93736a21 Mon Sep 17 00:00:00 2001 From: 648540858 <456panlinlin> Date: 星期六, 02 四月 2022 17:09:33 +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