Skip to content

Commit

Permalink
Merge pull request #493 from swagger-api/ticket-9753
Browse files Browse the repository at this point in the history
fixes resteasy dateLibrary dependent gradle
  • Loading branch information
frantuma committed Oct 8, 2019
2 parents ccd7a53 + f8ec5f4 commit d41490d
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,13 @@ dependencies {
{{#useBeanValidation}}
providedCompile 'javax.validation:validation-api:1.1.0.Final'
{{/useBeanValidation}}
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.4.1'
{{^java8}}
compile 'com.fasterxml.jackson.datatype:jackson-datatype-joda:2.9.10'
compile 'joda-time:joda-time:2.7'
{{/java8}}
{{#java8}}
compile 'com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.9.10'
{{/java8}}
//TODO: swaggerFeature
{{#useOas2}}
compile 'io.swagger:swagger-jaxrs:1.5.12'
Expand Down

0 comments on commit d41490d

Please sign in to comment.