mirror of
https://gitee.com/log4j/pig.git
synced 2025-01-03 23:42:22 +08:00
⬆️ Upgrading dependencies. spring boot admin 2.2.0 | hutool 5.0.5
This commit is contained in:
parent
f2d1419f68
commit
8fb6510be7
@ -32,7 +32,7 @@
|
||||
<dependencies>
|
||||
<!--监控服务端-->
|
||||
<dependency>
|
||||
<groupId>de.codecentric</groupId>
|
||||
<groupId>com.pig4cloud</groupId>
|
||||
<artifactId>spring-boot-admin-starter-server</artifactId>
|
||||
<version>${spring-boot-admin.version}</version>
|
||||
</dependency>
|
||||
|
15
pom.xml
15
pom.xml
@ -39,7 +39,7 @@
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<spring-boot-admin.version>2.2.0-SNAPSHOT</spring-boot-admin.version>
|
||||
<spring-boot-admin.version>2.2.0</spring-boot-admin.version>
|
||||
<hutool.version>5.0.5</hutool.version>
|
||||
<mybatis-plus.version>3.2.0</mybatis-plus.version>
|
||||
<kaptcha.version>0.0.9</kaptcha.version>
|
||||
@ -72,7 +72,7 @@
|
||||
</dependency>
|
||||
<!--监控客户端-->
|
||||
<dependency>
|
||||
<groupId>de.codecentric</groupId>
|
||||
<groupId>com.pig4cloud</groupId>
|
||||
<artifactId>spring-boot-admin-starter-client</artifactId>
|
||||
<version>${spring-boot-admin.version}</version>
|
||||
</dependency>
|
||||
@ -191,17 +191,6 @@
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>sonatype-nexus-snapshots</id>
|
||||
<name>Sonatype Nexus Snapshots</name>
|
||||
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
|
||||
<snapshots>
|
||||
<enabled>true</enabled>
|
||||
</snapshots>
|
||||
<releases>
|
||||
<enabled>false</enabled>
|
||||
</releases>
|
||||
</repository>
|
||||
<!--阿里云主仓库,代理了maven central和jcenter仓库-->
|
||||
<repository>
|
||||
<id>aliyun</id>
|
||||
|
Loading…
Reference in New Issue
Block a user