From 9811a81e117aa79d8ef42d6204d58333ee8a908f Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Fri, 3 Dec 2021 19:33:57 +0800 Subject: [PATCH] Initial commit --- pom.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/pom.xml b/pom.xml index 7a3f1cf..5ff2764 100644 --- a/pom.xml +++ b/pom.xml @@ -39,6 +39,7 @@ 1.0.0 1.0.0 1.0.0 + 1.0.0 1.0.0 1.0.0 @@ -68,6 +69,9 @@ 1.9.1 + + 3.13.2 + 1.2.7 @@ -100,6 +104,11 @@ logger-spring-boot-starter ${schbrain-logger.version} + + com.schbrain.framework + oss-spring-boot-starter + ${schbrain-oss.version} + com.schbrain.common common @@ -154,6 +163,10 @@ log4j log4j + + commons-logging + commons-logging + @@ -265,6 +278,12 @@ guice ${guice.version} + + + com.aliyun.oss + aliyun-sdk-oss + ${aliyun.oss.version} + @@ -275,6 +294,8 @@ git-commit-id-plugin false + false + false yyyy-MM-dd HH:mm:ss -- GitLab