From c88b0a8bd61546651c71734f299028acf692901b Mon Sep 17 00:00:00 2001 From: mk1990 <37614016+mk1990@users.noreply.github.com> Date: 星期二, 26 四月 2022 15:32:23 +0800 Subject: [PATCH] Merge branch '648540858:wvp-28181-2.0' into wvp-28181-2.0 --- pom.xml | 12 ++++-------- 1 files changed, 4 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 2dde4da..34a07e1 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ <groupId>com.genersoft</groupId> <artifactId>wvp-pro</artifactId> - <version>2.0.2</version> + <version>2.2.1</version> <name>web video platform</name> <description>鍥芥爣28181瑙嗛骞冲彴</description> @@ -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