Skip to content

Commit

Permalink
Fix for swagger-api#4167: moved OpenAPI30 and OpenAPI31 annotations f…
Browse files Browse the repository at this point in the history
…rom swagger-models to swagger-annotations, added dependency on swagger-annotations to swagger-models
  • Loading branch information
Rick Herrick committed Jun 3, 2022
1 parent f006b13 commit d88aff8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/swagger-models/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,11 @@
</plugins>
</build>
<dependencies>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>${project.parent.version}</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-core</artifactId>
Expand Down

0 comments on commit d88aff8

Please sign in to comment.