diff --git a/azure-spring-boot-parent/pom.xml b/azure-spring-boot-parent/pom.xml
index ee65eb064..28e9afa5f 100644
--- a/azure-spring-boot-parent/pom.xml
+++ b/azure-spring-boot-parent/pom.xml
@@ -35,6 +35,7 @@
2.3
1.1.1
0.0.1
+ 2.3
@@ -63,6 +64,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 4c45ceccc..d4193c6c2 100644
--- a/azure-spring-boot/pom.xml
+++ b/azure-spring-boot/pom.xml
@@ -144,6 +144,10 @@
com.azure
azure-identity
+
+ net.minidev
+ json-smart
+
com.microsoft.azure
azure-client-authentication