From d5c963c689b6280cbc72284a68d19111b0f8a41a Mon Sep 17 00:00:00 2001 From: "adheli.tavares" Date: Wed, 21 Feb 2024 10:36:31 +0000 Subject: [PATCH] Remove duplicate json library coming with spring-test module Issue-ID: POLICY-4868 Change-Id: Ifc4527237768c73c80af22ab5c5b9299de339358 Signed-off-by: adheli.tavares --- integration/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/integration/pom.xml b/integration/pom.xml index 86f2ddbc..e0079c83 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -753,6 +753,12 @@ spring-boot-starter-test ${version.springboot} test + + + com.vaadin.external.google + android-json + + org.apache.tomcat.embed -- 2.16.6