Skip to content

Commit 6a182fe

Browse files
committed
Update pom.xml
1 parent a9d3999 commit 6a182fe

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

http-generator-core/pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,13 @@
3737
<dependency>
3838
<groupId>io.swagger.core.v3</groupId>
3939
<artifactId>swagger-models</artifactId>
40-
<version>${swagger.version}</version>
40+
<version>${swagger.version}</version>
41+
<exclusions>
42+
<exclusion>
43+
<groupId>com.fasterxml.jackson.core</groupId>
44+
<artifactId>jackson-annotations</artifactId>
45+
</exclusion>
46+
</exclusions>
4147
</dependency>
4248

4349
<dependency>

0 commit comments

Comments
 (0)