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 Jun 1, 2020
1 parent 6e9cbd8 commit 2700fe5
Show file tree
Hide file tree
Showing 6 changed files with 593 additions and 42 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-deployment</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-swagger-ui</artifactId>
Expand Down
Loading

0 comments on commit 2700fe5

Please sign in to comment.