fixed dependency version
This commit is contained in:
parent
500c379b8c
commit
4d7f3d7a64
14
pom.xml
14
pom.xml
|
@ -297,16 +297,16 @@
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
||||||
<!-- Enable micrometer >> -->
|
<!-- Enable micrometer >> -->
|
||||||
<dependency>
|
<dependency> <!-- TODO: remove this with ActuatorConfig class -->
|
||||||
<groupId>org.springframework.boot</groupId>
|
<groupId>org.springframework.boot</groupId>
|
||||||
<artifactId>spring-boot-actuator</artifactId>
|
<artifactId>spring-boot-actuator</artifactId>
|
||||||
<version>2.1.18.RELEASE</version>
|
<version>1.3.5.RELEASE</version>
|
||||||
</dependency>
|
|
||||||
<dependency>
|
|
||||||
<groupId>org.springframework.boot</groupId>
|
|
||||||
<artifactId>spring-boot-actuator-autoconfigure</artifactId>
|
|
||||||
<version>2.1.18.RELEASE</version>
|
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- <dependency>-->
|
||||||
|
<!-- <groupId>org.springframework.boot</groupId>-->
|
||||||
|
<!-- <artifactId>spring-boot-actuator-autoconfigure</artifactId>-->
|
||||||
|
<!-- <version>2.1.18.RELEASE</version>-->
|
||||||
|
<!-- </dependency>-->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>io.micrometer</groupId>
|
<groupId>io.micrometer</groupId>
|
||||||
<artifactId>micrometer-core</artifactId>
|
<artifactId>micrometer-core</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue