From 1dd54f5e61a7878f0cd4ba73fb9c2e11c9382ea2 Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Wed, 18 Sep 2024 15:59:51 -0700 Subject: [PATCH] Remove and update some dependencies. (#1132) Signed-off-by: Artur Souza --- pom.xml | 3 +-- sdk/pom.xml | 15 ++------------- 2 files changed, 3 insertions(+), 15 deletions(-) diff --git a/pom.xml b/pom.xml index 09b6e743f..765328bdd 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ which conflict with dapr-sdk's jackson dependencies https://github.com/microsoft/durabletask-java/blob/main/client/build.gradle#L16 --> - 2.16.1 + 2.17.2 true true ../spotbugs-exclude.xml @@ -211,7 +211,6 @@ 3.3.1 checkstyle.xml - UTF-8 true warning true diff --git a/sdk/pom.xml b/sdk/pom.xml index 9f5253f99..53a4ff484 100644 --- a/sdk/pom.xml +++ b/sdk/pom.xml @@ -29,12 +29,6 @@ org.slf4j slf4j-api - - org.apache.maven.plugins - maven-resources-plugin - 3.3.0 - maven-plugin - io.dapr dapr-sdk-autogen @@ -43,18 +37,13 @@ com.fasterxml.jackson.core jackson-databind - 2.15.1 + ${jackson.version} io.projectreactor reactor-core 3.5.0 - - io.projectreactor - reactor-test - 3.5.0 - com.squareup.okhttp3 okhttp @@ -68,7 +57,7 @@ com.fasterxml.jackson.dataformat jackson-dataformat-xml - 2.15.1 + ${jackson.version} test