From 70ff878d10f52da4784b70f91026b21119404dce Mon Sep 17 00:00:00 2001 From: Artur Souza Date: Thu, 8 Feb 2024 15:56:47 -0800 Subject: [PATCH] Fix new required dependencies. Signed-off-by: Artur Souza --- examples/pom.xml | 10 ++++++++++ pom.xml | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/examples/pom.xml b/examples/pom.xml index ed4cdb95c..28a4daa61 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -140,6 +140,16 @@ javax.annotation-api 1.3.2 + + org.springframework + spring-context + 6.1.1 + + + org.springframework + spring-core + 6.1.1 + diff --git a/pom.xml b/pom.xml index 9bde81c41..ef57f80d9 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ which conflict with dapr-sdk's jackson dependencies https://github.com/microsoft/durabletask-java/blob/main/client/build.gradle#L16 --> - 2.12.3 + 2.16.1 true true ../spotbugs-exclude.xml