init
This commit is contained in:
parent
9bb7f39d7e
commit
a19081158e
|
|
@ -139,7 +139,6 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>com.github.oshi</groupId>
|
<groupId>com.github.oshi</groupId>
|
||||||
<artifactId>oshi-core</artifactId>
|
<artifactId>oshi-core</artifactId>
|
||||||
<version>6.1.2</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -38,6 +38,7 @@
|
||||||
<tencentcloudapi.version>3.1.411</tencentcloudapi.version>
|
<tencentcloudapi.version>3.1.411</tencentcloudapi.version>
|
||||||
<aliyun-oss.version>3.10.2</aliyun-oss.version>
|
<aliyun-oss.version>3.10.2</aliyun-oss.version>
|
||||||
<aliyun-java.version>4.5.16</aliyun-java.version>
|
<aliyun-java.version>4.5.16</aliyun-java.version>
|
||||||
|
<oshi-core.version>6.1.2</oshi-core.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<!-- 依赖声明 -->
|
<!-- 依赖声明 -->
|
||||||
|
|
@ -141,6 +142,12 @@
|
||||||
<artifactId>aliyun-java-sdk-core</artifactId>
|
<artifactId>aliyun-java-sdk-core</artifactId>
|
||||||
<version>${aliyun-java.version}</version>
|
<version>${aliyun-java.version}</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!--系统监控-->
|
||||||
|
<dependency>
|
||||||
|
<groupId>com.github.oshi</groupId>
|
||||||
|
<artifactId>oshi-core</artifactId>
|
||||||
|
<version>${oshi-core.version}</version>
|
||||||
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
</dependencyManagement>
|
</dependencyManagement>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue