We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e238113 commit 65b1086Copy full SHA for 65b1086
1 file changed
spotify-web-api-open-api/pom.xml
@@ -39,14 +39,8 @@
39
</dependency>
40
<dependency>
41
<groupId>io.swagger.parser.v3</groupId>
42
- <artifactId>swagger-parser</artifactId>
+ <artifactId>swagger-parser-v3</artifactId>
43
<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>
50
51
52
<groupId>com.fasterxml.jackson.core</groupId>
0 commit comments