File tree 1 file changed +2
-1
lines changed
samples/client/petstore/java/vertx-no-nullable
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 32
32
jackson_databind_version = " 2.10.4"
33
33
vertx_version = " 3.4.2"
34
34
junit_version = " 4.13"
35
+ jackson_threeten_version = " 2.9.10"
35
36
}
36
37
37
38
dependencies {
@@ -43,7 +44,7 @@ dependencies {
43
44
compile " com.fasterxml.jackson.core:jackson-annotations:$jackson_version "
44
45
compile " com.fasterxml.jackson.core:jackson-databind:$jackson_databind_version "
45
46
compile " com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version "
46
- compile " com.github.joschi.jackson:jackson-datatype-threetenbp:$j ackson_version "
47
+ compile " com.github.joschi.jackson:jackson-datatype-threetenbp:jackson_threeten_version "
47
48
compile ' javax.annotation:javax.annotation-api:1.3.2'
48
49
testCompile " junit:junit:$junit_version "
49
50
testCompile " io.vertx:vertx-unit:$vertx_version "
You can’t perform that action at this time.
0 commit comments