Skip to content

Commit b5ca153

Browse files
committed
Merge remote-tracking branch 'origin/4.1.x' into 4.2.x
2 parents ad19228 + 5be6981 commit b5ca153

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-cloud-openfeign-core/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,12 @@
9393
<dependency>
9494
<groupId>io.github.openfeign</groupId>
9595
<artifactId>feign-form-spring</artifactId>
96+
<exclusions>
97+
<exclusion>
98+
<groupId>commons-io</groupId>
99+
<artifactId>commons-io</artifactId>
100+
</exclusion>
101+
</exclusions>
96102
</dependency>
97103
<dependency>
98104
<groupId>io.github.openfeign</groupId>

0 commit comments

Comments
 (0)