switch to swagger v3

This commit is contained in:
2023-06-15 11:01:07 -04:00
parent abaf53d0d4
commit 27fb71e636

16
pom.xml
View File

@@ -53,15 +53,9 @@
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>io.swagger</groupId> <groupId>io.swagger.core.v3</groupId>
<artifactId>swagger-jaxrs</artifactId> <artifactId>swagger-annotations</artifactId>
<version>1.6.2</version> <version>2.2.11</version>
<exclusions>
<exclusion>
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</exclusion>
</exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>jakarta.ws.rs</groupId> <groupId>jakarta.ws.rs</groupId>
@@ -120,9 +114,9 @@
</executions> </executions>
</plugin> </plugin>
<plugin> <plugin>
<groupId>io.swagger</groupId> <groupId>io.swagger.codegen.v3</groupId>
<artifactId>swagger-codegen-maven-plugin</artifactId> <artifactId>swagger-codegen-maven-plugin</artifactId>
<version>2.4.21</version> <version>3.0.45</version>
<configuration> <configuration>
<language>jaxrs-cxf-client</language> <language>jaxrs-cxf-client</language>
<output>${basedir}</output> <output>${basedir}</output>