Skip to content

Commit

Permalink
Fix forgotten regeneration of vertx after dependency integration (#2901)
Browse files Browse the repository at this point in the history
  • Loading branch information
Patouche committed Aug 26, 2020
1 parent dc4998e commit 83253d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions samples/client/petstore/java/vertx/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ dependencies {
compile "com.fasterxml.jackson.core:jackson-core:$jackson_version"
compile "com.fasterxml.jackson.core:jackson-annotations:$jackson_version"
compile "com.fasterxml.jackson.core:jackson-databind:$jackson_databind_version"
compile "org.openapitools:jackson-databind-nullable:$jackson_databind_nullable_version"
compile "com.fasterxml.jackson.datatype:jackson-datatype-jsr310:$jackson_version"
compile "org.openapitools:jackson-databind-nullable:$jackson_databind_nullable_version"
compile 'javax.annotation:javax.annotation-api:1.3.2'
Expand Down

0 comments on commit 83253d9

Please sign in to comment.