From a151f2d4406892cc9d8566979f501301a4edbe3b Mon Sep 17 00:00:00 2001 From: fang Date: Tue, 24 Sep 2019 15:44:53 +0800 Subject: [PATCH] [GITHUB] modify the version of dependency jackson in the pom.xml in the opentsdb test --- tests/comparisonTest/opentsdb/opentsdbtest/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/comparisonTest/opentsdb/opentsdbtest/pom.xml b/tests/comparisonTest/opentsdb/opentsdbtest/pom.xml index b4f29bea5d..01a3f47b65 100644 --- a/tests/comparisonTest/opentsdb/opentsdbtest/pom.xml +++ b/tests/comparisonTest/opentsdb/opentsdbtest/pom.xml @@ -106,19 +106,19 @@ com.fasterxml.jackson.core jackson-annotations - 2.9.5 + 2.9.10 com.fasterxml.jackson.core jackson-core - 2.9.5 + 2.9.10 com.fasterxml.jackson.core jackson-databind - 2.9.5 + 2.9.10 -- GitLab