We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d3999 commit 6a182feCopy full SHA for 6a182fe
http-generator-core/pom.xml
@@ -37,7 +37,13 @@
37
<dependency>
38
<groupId>io.swagger.core.v3</groupId>
39
<artifactId>swagger-models</artifactId>
40
- <version>${swagger.version}</version>
+ <version>${swagger.version}</version>
41
+ <exclusions>
42
+ <exclusion>
43
+ <groupId>com.fasterxml.jackson.core</groupId>
44
+ <artifactId>jackson-annotations</artifactId>
45
+ </exclusion>
46
+ </exclusions>
47
</dependency>
48
49
0 commit comments