From 3d6feef167f8e8eb716312599132c41dd89457cb Mon Sep 17 00:00:00 2001 From: Piotr Jaszczyk Date: Mon, 3 Jun 2019 14:20:40 +0200 Subject: Monitoring API - write framework adapters Change-Id: Iaba9c4ef6022d01c1f572055316700a3a4dfa8f2 Issue-ID: DCAEGEN2-1589 Signed-off-by: Piotr Jaszczyk --- pom.xml | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index ea0a379e..fc214bd7 100644 --- a/pom.xml +++ b/pom.xml @@ -40,8 +40,8 @@ 1.6 16.0.3 3.6.0.2 - 1.1.4 1.11.2 + 2.1.5.RELEASE @@ -165,6 +165,7 @@ org.immutables value ${immutables.version} + provided org.immutables @@ -196,6 +197,13 @@ slf4j-api ${slf4j.version} + + spring-boot-dependencies + org.springframework.boot + ${spring.boot.version} + pom + import + org.jetbrains annotations @@ -220,16 +228,6 @@ 1.7.26 runtime - - io.micrometer - micrometer-registry-prometheus - ${micrometer.version} - - - org.springframework.security - spring-security-crypto - 5.0.12.RELEASE - org.mockito -- cgit 1.2.3-korg