Skip to content

Commit

Permalink
resolve dependency issues for springdoc:1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
heinpa committed Oct 17, 2023
1 parent d348c7d commit 584a98c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions qanary_component-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,18 @@
<groupId>org.springdoc</groupId>
<artifactId>springdoc-openapi-ui</artifactId>
<version>1.7.0</version>
<exclusions>
<exclusion>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-annotations</artifactId>
</exclusion>
</exclusions>
</dependency>
<!-- https://mvnrepository.com/artifact/io.swagger.core.v3/swagger-core-jakarta -->
<dependency>
<groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-core-jakarta</artifactId>
<version>2.2.16</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down

0 comments on commit 584a98c

Please sign in to comment.