File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/Java/libraries/resttemplate
samples/client/petstore/java/resttemplate-springBoot4-jackson3-jspecify Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -141,9 +141,6 @@ ext {
141141 jakarta_annotation_version = "1.3.5"
142142 bean_validation_version = "2.0.2"
143143 { {/useJakartaEe} }
144- { {#useJspecify} }
145- implementation "org.jspecify:jspecify:1.0.0"
146- { {/useJspecify} }
147144 { {/useSpringBoot4} }
148145 jodatime_version = "2.9.9"
149146 junit_version = "5.10.2"
@@ -174,6 +171,9 @@ dependencies {
174171 { {^useJackson3} }
175172 implementation "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
176173 { {/useJackson3} }
174+ { {#useJspecify} }
175+ implementation "org.jspecify:jspecify:1.0.0"
176+ { {/useJspecify} }
177177 { {#joda} }
178178 implementation "{ {jacksonPackage} }.datatype:jackson-datatype-joda:$jackson_version"
179179 implementation "joda-time:joda-time:$jodatime_version"
Original file line number Diff line number Diff line change @@ -114,6 +114,7 @@ dependencies {
114114 implementation " com.fasterxml.jackson.core:jackson-annotations:$jackson_annotations_version "
115115 implementation " tools.jackson.core:jackson-databind:$jackson_version "
116116 implementation " tools.jackson.jakarta.rs:jackson-jakarta-rs-json-provider:$jackson_version "
117+ implementation " org.jspecify:jspecify:1.0.0"
117118 implementation " jakarta.annotation:jakarta.annotation-api:$jakarta_annotation_version "
118119 testImplementation " org.junit.jupiter:junit-jupiter-api:$junit_version "
119120 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:$junit_version "
You can’t perform that action at this time.
0 commit comments