Skip to content

Commit ef436ca

Browse files
committed
fix #1102: also remove exclusion for commons-io, dependants will need it
1 parent c565eae commit ef436ca

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

spring-cloud-openfeign-core/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -93,13 +93,6 @@
9393
<dependency>
9494
<groupId>io.github.openfeign</groupId>
9595
<artifactId>feign-form-spring</artifactId>
96-
<exclusions>
97-
<!-- Still vulnerable in 13.5-->
98-
<exclusion>
99-
<groupId>commons-io</groupId>
100-
<artifactId>commons-io</artifactId>
101-
</exclusion>
102-
</exclusions>
10396
</dependency>
10497
<dependency>
10598
<groupId>io.github.openfeign</groupId>

0 commit comments

Comments
 (0)