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.
2 parents 5095ef4 + b5ca153 commit a3befccCopy full SHA for a3befcc
spring-cloud-openfeign-core/pom.xml
@@ -93,6 +93,12 @@
93
<dependency>
94
<groupId>io.github.openfeign</groupId>
95
<artifactId>feign-form-spring</artifactId>
96
+ <exclusions>
97
+ <exclusion>
98
+ <groupId>commons-io</groupId>
99
+ <artifactId>commons-io</artifactId>
100
+ </exclusion>
101
+ </exclusions>
102
</dependency>
103
104
0 commit comments