Commit 26c8741e authored by dqjdda's avatar dqjdda
Browse files

update

parent e0378c3d
...@@ -26,6 +26,7 @@ ...@@ -26,6 +26,7 @@
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId> <artifactId>spring-boot-starter-web</artifactId>
</dependency> </dependency>
<!-- https://mvnrepository.com/artifact/org.hyperic/sigar -->
<dependency> <dependency>
<groupId>org.hyperic</groupId> <groupId>org.hyperic</groupId>
<artifactId>sigar</artifactId> <artifactId>sigar</artifactId>
...@@ -39,6 +40,16 @@ ...@@ -39,6 +40,16 @@
</dependency> </dependency>
</dependencies> </dependencies>
<repositories>
<repository>
<id>public</id>
<name>aliyun nexus</name>
<url>http://maven.aliyun.com/nexus/content/groups/public/</url>
<releases>
<enabled>true</enabled>
</releases>
</repository>
</repositories>
<build> <build>
<plugins> <plugins>
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment