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