Skip to content

Commit 65b1086

Browse files
committed
chore: depend on swagger-parser-v3 instead of swagger-parser
1 parent e238113 commit 65b1086

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

spotify-web-api-open-api/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,8 @@
3939
</dependency>
4040
<dependency>
4141
<groupId>io.swagger.parser.v3</groupId>
42-
<artifactId>swagger-parser</artifactId>
42+
<artifactId>swagger-parser-v3</artifactId>
4343
<version>${swagger-parser.version}</version>
44-
<exclusions>
45-
<exclusion>
46-
<groupId>io.swagger.parser.v3</groupId>
47-
<artifactId>swagger-parser-v2-converter</artifactId>
48-
</exclusion>
49-
</exclusions>
5044
</dependency>
5145
<dependency>
5246
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)