2020-07-31 19:24:05 +08:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
|
|
<parent>
|
|
|
|
<artifactId>cm-cloud</artifactId>
|
|
|
|
<groupId>com.cm</groupId>
|
|
|
|
<version>1.0.1-SNAPSHOT</version>
|
|
|
|
</parent>
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
|
|
|
|
<artifactId>cloud-central-control-client</artifactId>
|
|
|
|
|
|
|
|
<dependencies>
|
2020-08-10 18:50:45 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.github.oshi</groupId>
|
|
|
|
<artifactId>oshi-core</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
2020-07-31 19:24:05 +08:00
|
|
|
<dependency>
|
|
|
|
<groupId>com.cm</groupId>
|
|
|
|
<artifactId>cloud-common-socket</artifactId>
|
|
|
|
<version>1.0.1-SNAPSHOT</version>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
</project>
|