From a19081158e71efb208d42999614f4f28251b9856 Mon Sep 17 00:00:00 2001 From: TinyAnts Date: Fri, 20 May 2022 10:50:50 +0800 Subject: [PATCH] init --- like-framework/like-common/pom.xml | 1 - like-framework/pom.xml | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/like-framework/like-common/pom.xml b/like-framework/like-common/pom.xml index 522b6a6a..635b7ffc 100644 --- a/like-framework/like-common/pom.xml +++ b/like-framework/like-common/pom.xml @@ -139,7 +139,6 @@ com.github.oshi oshi-core - 6.1.2 diff --git a/like-framework/pom.xml b/like-framework/pom.xml index 49df0963..0f3a76e6 100644 --- a/like-framework/pom.xml +++ b/like-framework/pom.xml @@ -38,6 +38,7 @@ 3.1.411 3.10.2 4.5.16 + 6.1.2 @@ -141,6 +142,12 @@ aliyun-java-sdk-core ${aliyun-java.version} + + + com.github.oshi + oshi-core + ${oshi-core.version} +