From 27ac4b4a6aca8d9f27dafbc9b06063fa2d3b89c9 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Thu, 19 Sep 2019 10:33:17 +0200 Subject: [PATCH] Bumped libs, removed explicit commons dep declaration; fixes gh-1367 --- pom.xml | 11 ++++------- spring-cloud-sleuth-core/pom.xml | 5 ----- 2 files changed, 4 insertions(+), 12 deletions(-) diff --git a/pom.xml b/pom.xml index d6df8f7ff..4fcdedd0c 100644 --- a/pom.xml +++ b/pom.xml @@ -201,19 +201,14 @@ cglib cglib-nodep - 3.1 + ${cglib-nodep.version} org.objenesis objenesis - 2.1 + ${objenesis.version} - - commons-logging - commons-logging - 1.2 - org.hamcrest hamcrest-core @@ -261,6 +256,8 @@ 3.10.0 20.0 1.7.1 + 3.3.0 + 3.0.1 diff --git a/spring-cloud-sleuth-core/pom.xml b/spring-cloud-sleuth-core/pom.xml index c8c91b457..8f9294479 100644 --- a/spring-cloud-sleuth-core/pom.xml +++ b/spring-cloud-sleuth-core/pom.xml @@ -194,11 +194,6 @@ org.aspectj aspectjrt - - commons-logging - commons-logging - true - io.zipkin.brave