File tree Expand file tree Collapse file tree 3 files changed +18
-0
lines changed
Expand file tree Collapse file tree 3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ repositories {
1414 mavenCentral()
1515}
1616
17+ configurations. all {
18+ resolutionStrategy {
19+ force ' net.minidev:json-smart:2.5.2'
20+ }
21+ }
22+
1723dependencies {
1824 implementation ' org.springframework.boot:spring-boot-starter-web'
1925 testImplementation ' org.springframework.boot:spring-boot-starter-test:3.4.3'
Original file line number Diff line number Diff line change @@ -14,6 +14,12 @@ repositories {
1414 mavenCentral()
1515}
1616
17+ configurations. all {
18+ resolutionStrategy {
19+ force ' net.minidev:json-smart:2.5.2'
20+ }
21+ }
22+
1723dependencies {
1824 implementation ' org.springframework.boot:spring-boot-starter-web'
1925 testImplementation ' org.springframework.boot:spring-boot-starter-test:3.4.3'
Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ repositories {
2121 mavenCentral()
2222}
2323
24+ configurations. all {
25+ resolutionStrategy {
26+ force ' net.minidev:json-smart:2.5.2'
27+ }
28+ }
29+
2430dependencies {
2531 implementation ' org.springframework.boot:spring-boot-starter'
2632 implementation ' org.springframework.boot:spring-boot-starter-web'
You can’t perform that action at this time.
0 commit comments