From 7f6516cc238fdae17f4258ce619ab485edc8490a Mon Sep 17 00:00:00 2001 From: Dhawal Kapil Date: Thu, 28 Nov 2019 22:59:21 +0530 Subject: [PATCH 1/2] MicrometerAtlasIntegrationTest test fix --- metrics/pom.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/metrics/pom.xml b/metrics/pom.xml index d193745620..49adb088d8 100644 --- a/metrics/pom.xml +++ b/metrics/pom.xml @@ -63,6 +63,17 @@ ${spring-boot-starter-web.version} + + com.fasterxml.jackson.core + jackson-databind + ${fasterxml.jackson.version} + + + com.fasterxml.jackson.dataformat + jackson-dataformat-smile + ${fasterxml.jackson.version} + + io.astefanutti.metrics.aspectj metrics-aspectj-deps @@ -83,6 +94,7 @@ 3.1.0 0.12.17 0.12.0.RELEASE + 2.9.1 2.0.7.RELEASE 3.11.1 1.1.0 From f120bdb7f28587d52b2fb6f3213ef3bfb42ed7a5 Mon Sep 17 00:00:00 2001 From: Dhawal Kapil Date: Sat, 30 Nov 2019 16:15:36 +0530 Subject: [PATCH 2/2] BAEL-19368 DDD test fix --- ddd/pom.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ddd/pom.xml b/ddd/pom.xml index c249007ba4..24410e9751 100644 --- a/ddd/pom.xml +++ b/ddd/pom.xml @@ -34,6 +34,7 @@ org.junit.platform junit-platform-launcher + ${junit-platform.version} test @@ -83,6 +84,7 @@ 1.0.1 + 2.0.6.RELEASE \ No newline at end of file