File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed
Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 469469 <artifactId> jakarta.ws .rs-api </artifactId>
470470 <version> ${ jakarta.ws.rs-api-version} </version>
471471 </dependency>
472+ <dependency>
473+ <groupId> org.json</groupId>
474+ <artifactId> json</artifactId>
475+ <version> 20250517</version>
476+ </dependency>
472477 <!-- test dependencies -->
473478 <dependency>
474479 <groupId> org.junit .jupiter</groupId>
Original file line number Diff line number Diff line change 392392 <artifactId >jakarta.ws.rs-api</artifactId >
393393 <version >${jakarta.ws.rs-api-version} </version >
394394 </dependency >
395+ <dependency >
396+ <groupId >org.json</groupId >
397+ <artifactId >json</artifactId >
398+ <version >20250517</version >
399+ </dependency >
395400 <!-- test dependencies -->
396401 <dependency >
397402 <groupId >org.junit.jupiter</groupId >
You can’t perform that action at this time.
0 commit comments