Skip to content

Commit

Permalink
#77 made the oas dependency optional and conditional
Browse files Browse the repository at this point in the history
  • Loading branch information
fabioformosa committed Oct 22, 2022
1 parent 7f00f5d commit e5d2c33
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions quartz-manager-parent/quartz-manager-starter-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -153,10 +153,9 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
<version>2.1.11</version>
<optional>true</optional>
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-common</artifactId>
<version>${springdoc-openapi.version}</version>
</dependency>

<!-- TEST -->
Expand Down

0 comments on commit e5d2c33

Please sign in to comment.