fix #1102: feign-form-spring relocated under io.github.openfeign (#1111)

This commit is contained in:
DidierLoiseau
2024-10-31 12:55:18 +01:00
committed by GitHub
parent 013e00c784
commit 84e3530f47
2 changed files with 1 additions and 33 deletions

View File

@@ -91,23 +91,8 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.github.openfeign.form</groupId>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-form-spring</artifactId>
<exclusions>
<!-- Vulnerable in 3.8.0-->
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
<exclusion>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>commons-fileupload</groupId>
<artifactId>commons-fileupload</artifactId>
</dependency>
<dependency>
<groupId>io.github.openfeign</groupId>