Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit fabff69

Browse files
Rujun Chenrujche
Rujun Chen
andauthored
Add json-smart dependenby to fix the problem. (#909) (#912)
Co-authored-by: Rujun Chen <rujche@microsoft.com>
1 parent 57878ad commit fabff69

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

azure-spring-boot-parent/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
<commons-io.version>2.3</commons-io.version>
3636
<junit-params.version>1.1.1</junit-params.version>
3737
<azure-servicebus-jms.version>0.0.1</azure-servicebus-jms.version>
38+
<json-smart.version>2.3</json-smart.version>
3839
</properties>
3940

4041
<profiles>
@@ -63,6 +64,11 @@
6364

6465
<dependencyManagement>
6566
<dependencies>
67+
<dependency>
68+
<groupId>net.minidev</groupId>
69+
<artifactId>json-smart</artifactId>
70+
<version>${json-smart.version}</version>
71+
</dependency>
6672
<dependency>
6773
<!-- Import dependency management from Spring Boot -->
6874
<groupId>org.springframework.boot</groupId>

azure-spring-boot/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,10 @@
144144
<groupId>com.azure</groupId>
145145
<artifactId>azure-identity</artifactId>
146146
</dependency>
147+
<dependency>
148+
<groupId>net.minidev</groupId>
149+
<artifactId>json-smart</artifactId>
150+
</dependency>
147151
<dependency>
148152
<groupId>com.microsoft.azure</groupId>
149153
<artifactId>azure-client-authentication</artifactId>

0 commit comments

Comments
 (0)