From 7faaf12c71324177bd638f2b4535ba2a59f7bfc3 Mon Sep 17 00:00:00 2001 From: Thorben Lindhauer Date: Thu, 23 Apr 2020 17:06:35 +0200 Subject: [PATCH] chore(run): exclude asm dependency from test scope - the version (5.0.4) pulled in via json-smart overrid the version (7.1) pulled in via jersey and created an inconsistency in dependency versions related to CAM-11803 --- distro/run/core/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/distro/run/core/pom.xml b/distro/run/core/pom.xml index b646130a3fc..4205dc89c4a 100644 --- a/distro/run/core/pom.xml +++ b/distro/run/core/pom.xml @@ -68,6 +68,12 @@ org.springframework.boot spring-boot-starter-test test + + + org.ow2.asm + asm + +