Skip to content

Commit

Permalink
feat(SwaggerUI): Add Swagger UI configuration parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
aoudiamoncef committed May 11, 2020
1 parent d273ad7 commit 779bf81
Show file tree
Hide file tree
Showing 6 changed files with 589 additions and 70 deletions.
4 changes: 4 additions & 0 deletions extensions/swagger-ui/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-openapi-common-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-jackson</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-swagger-ui</artifactId>
Expand Down
Loading

0 comments on commit 779bf81

Please sign in to comment.