From b4ee1f17fb85555d384789a9a5b75093348290d3 Mon Sep 17 00:00:00 2001 From: caoyixiong <32847163+IanCao@users.noreply.github.com> Date: Tue, 14 May 2019 23:09:42 +0800 Subject: [PATCH] update dependencyManagement (#2660) * Fix #2546 * Change the stackdepth type * Fix bug * Fix CI failed * fix #2599 * fix ci * add license * add ActiveTag error methods * fix * fix * fix doc * update doc * update dependencyManagement * fix --- oap-server/pom.xml | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/oap-server/pom.xml b/oap-server/pom.xml index db5bbe1cb..b70168894 100644 --- a/oap-server/pom.xml +++ b/oap-server/pom.xml @@ -69,6 +69,12 @@ 2.9.1 2.6.2 3.9.0 + 2.9.5 + 2.9.5 + 2.9.5 + 1.11 + 3.7 + 0.6.0 0.28.0 @@ -322,6 +328,36 @@ ${caffeine.version} + + com.fasterxml.jackson.core + jackson-core + ${jackson-core.version} + + + com.fasterxml.jackson.core + jackson-annotations + ${jackson-annotations.version} + + + com.fasterxml.jackson.core + jackson-databind + ${jackson-databind.version} + + + commons-codec + commons-codec + ${commons-codec.version} + + + org.apache.commons + commons-lang3 + ${commons-lang3.version} + + + io.prometheus + simpleclient + ${simpleclient.version} +