From 8d351950d453e505be60c62a3be967c92a7489ac Mon Sep 17 00:00:00 2001 From: Rujun Chen Date: Tue, 9 Jun 2020 12:40:31 +0800 Subject: [PATCH] Add json-smart dependenby to fix the problem. (#909) (#913) Co-authored-by: Rujun Chen --- azure-spring-boot-parent/pom.xml | 6 ++++++ azure-spring-boot/pom.xml | 4 ++++ 2 files changed, 10 insertions(+) diff --git a/azure-spring-boot-parent/pom.xml b/azure-spring-boot-parent/pom.xml index e4d59dbae..0b543c4e6 100644 --- a/azure-spring-boot-parent/pom.xml +++ b/azure-spring-boot-parent/pom.xml @@ -36,6 +36,7 @@ 2.3 0.43.0 1.1.1 + 2.3 @@ -64,6 +65,11 @@ + + net.minidev + json-smart + ${json-smart.version} + org.springframework.boot diff --git a/azure-spring-boot/pom.xml b/azure-spring-boot/pom.xml index fde4e8990..34e0ea65c 100644 --- a/azure-spring-boot/pom.xml +++ b/azure-spring-boot/pom.xml @@ -159,6 +159,10 @@ com.azure azure-identity + + net.minidev + json-smart + com.microsoft.azure azure-client-authentication