From 2e0b20021b142ecfe50727c62ed917a93b03858d Mon Sep 17 00:00:00 2001 From: qing Wang Date: Sun, 28 Nov 2021 23:26:51 +0800 Subject: [PATCH] :art: fix dependency conflicts --- pom.xml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/pom.xml b/pom.xml index f2e64f533..1087fd8b9 100644 --- a/pom.xml +++ b/pom.xml @@ -212,6 +212,16 @@ testng 7.1.0 test + + + guice + com.google.inject + + + org.yaml + snakeyaml + + org.mockito @@ -262,6 +272,20 @@ 3.12.0 true provided + + + com.fasterxml.jackson.core + jackson-core + + + org.jodd + jodd-core + + + org.reactivestreams + reactive-streams + + org.springframework.data