version number limit set for spring-boot-actuator

pull/1321/head
Nikita 7 years ago
parent bae67d6191
commit e7256234f4

@ -167,7 +167,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<version>[1.4,)</version>
<version>[1.4,2.0.0)</version>
<scope>provided</scope>
</dependency>
</dependencies>

@ -271,7 +271,7 @@
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-actuator</artifactId>
<version>[1.4,)</version>
<version>[1.4,2.0.0)</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

Loading…
Cancel
Save