@@ -23,24 +23,20 @@ sourceSets {
23
23
}
24
24
25
25
dependencies {
26
- implementation ' io.swagger:swagger-annotations:1.6.8'
27
- implementation " com.google.code.findbugs:jsr305:3.0.2"
28
- implementation ' com.squareup.okhttp3:okhttp:4.12.0'
29
- implementation ' com.squareup.okhttp3:logging-interceptor:4.12.0'
30
- implementation ' com.google.code.gson:gson:2.9.1'
31
- implementation ' io.gsonfire:gson-fire:1.9.0'
32
- implementation ' jakarta.ws.rs:jakarta.ws.rs-api:2.1.6'
33
- implementation ' org.openapitools:jackson-databind-nullable:0.2.6'
34
- implementation group : ' org.apache.commons' , name : ' commons-lang3' , version : ' 3.12.0'
35
- implementation ' javax.annotation:javax.annotation-api:1.3.2'
26
+ implementation " com.fasterxml.jackson.core:jackson-core:2.17.+"
27
+ implementation " com.fasterxml.jackson.datatype:jackson-datatype-jdk8:2.17.+"
28
+ implementation " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.17.+"
29
+ implementation " com.fasterxml.jackson.core:jackson-annotations:2.17.+"
30
+ implementation " com.fasterxml.jackson.core:jackson-databind:2.17.+"
31
+ implementation " com.squareup.okhttp3:okhttp:4.12.0"
32
+
36
33
testImplementation ' junit:junit:4.13.1'
37
34
38
35
compileOnly ' org.projectlombok:lombok:1.18.36'
39
36
annotationProcessor ' org.projectlombok:lombok:1.18.36'
40
37
41
38
testCompileOnly ' org.projectlombok:lombok:1.18.36'
42
39
testAnnotationProcessor ' org.projectlombok:lombok:1.18.36'
43
-
44
40
}
45
41
46
42
jar {
0 commit comments