File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -113,6 +113,7 @@ dependencies {
113113 implementation ' io.gsonfire:gson-fire:1.9.0'
114114 implementation ' jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
115115 implementation ' org.openapitools:jackson-databind-nullable:0.2.8'
116+ implementation group : ' org.json' , name : ' json' , version : ' 20250517'
116117 implementation group : ' org.apache.oltu.oauth2' , name : ' org.apache.oltu.oauth2.client' , version : ' 1.0.2'
117118 implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.18.0'
118119 implementation " jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version "
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ lazy val root = (project in file(".")).
1616 " org.apache.commons" % " commons-lang3" % " 3.18.0" ,
1717 " jakarta.ws.rs" % " jakarta.ws.rs-api" % " 2.1.6" ,
1818 " org.openapitools" % " jackson-databind-nullable" % " 0.2.8" ,
19+ " org.json" % " json" % " 20250517" ,
1920 " org.apache.oltu.oauth2" % " org.apache.oltu.oauth2.client" % " 1.0.2" ,
2021 " io.gsonfire" % " gson-fire" % " 1.9.0" % " compile" ,
2122 " jakarta.annotation" % " jakarta.annotation-api" % " 1.3.5" % " compile" ,
You can’t perform that action at this time.
0 commit comments