Project

General

Profile

« Previous | Next » 

Revision 61451

fixed dependency version

View differences:

modules/uoa-repository-manager-service/trunk/pom.xml
297 297
        </dependency>
298 298

  
299 299
        <!-- Enable micrometer >> -->
300
        <dependency>
300
        <dependency> <!-- TODO: remove this with ActuatorConfig class -->
301 301
            <groupId>org.springframework.boot</groupId>
302 302
            <artifactId>spring-boot-actuator</artifactId>
303
            <version>2.1.18.RELEASE</version>
303
            <version>1.3.5.RELEASE</version>
304 304
        </dependency>
305
<!--        <dependency>-->
306
<!--            <groupId>org.springframework.boot</groupId>-->
307
<!--            <artifactId>spring-boot-actuator-autoconfigure</artifactId>-->
308
<!--            <version>2.1.18.RELEASE</version>-->
309
<!--        </dependency>-->
305 310
        <dependency>
306
            <groupId>org.springframework.boot</groupId>
307
            <artifactId>spring-boot-actuator-autoconfigure</artifactId>
308
            <version>2.1.18.RELEASE</version>
309
        </dependency>
310
        <dependency>
311 311
            <groupId>io.micrometer</groupId>
312 312
            <artifactId>micrometer-core</artifactId>
313 313
            <version>1.7.2</version>

Also available in: Unified diff