Skip to content

Commit

Permalink
Fix bad version during testing generated samples (OpenAPITools#2901)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patouche committed Aug 26, 2020
1 parent 44add29 commit de83150
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ ext {
{{#openApiNullable}}
jackson_databind_nullable_version = "0.2.1"
{{/openApiNullable}}
{{#threetenbp}}
jackson_threeten_version = "2.9.10"
{{/threetenbp}}
}

dependencies {
Expand All @@ -52,7 +55,7 @@ dependencies {
compile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
{{/java8}}
{{#threetenbp}}
compile "com.github.joschi.jackson:jackson-datatype-threetenbp:$jackson_version"
compile "com.github.joschi.jackson:jackson-datatype-threetenbp:jackson_threeten_version"
{{/threetenbp}}
{{#openApiNullable}}
compile "org.openapitools:jackson-databind-nullable:$jackson_databind_nullable_version"
Expand Down

0 comments on commit de83150

Please sign in to comment.