Skip to content

Commit 235eb6d

Browse files
committed
Merge remote-tracking branch 'origin/3.1.x'
2 parents 11686a1 + 4b3c0d0 commit 235eb6d

File tree

2 files changed

+19
-0
lines changed
  • spring-cloud-openfeign-core
  • spring-cloud-openfeign-dependencies

2 files changed

+19
-0
lines changed

spring-cloud-openfeign-core/pom.xml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,8 +103,16 @@
103103
<groupId>commons-io</groupId>
104104
<artifactId>commons-io</artifactId>
105105
</exclusion>
106+
<exclusion>
107+
<groupId>commons-fileupload</groupId>
108+
<artifactId>commons-fileupload</artifactId>
109+
</exclusion>
106110
</exclusions>
107111
</dependency>
112+
<dependency>
113+
<groupId>commons-fileupload</groupId>
114+
<artifactId>commons-fileupload</artifactId>
115+
</dependency>
108116
<dependency>
109117
<groupId>io.github.openfeign</groupId>
110118
<artifactId>feign-slf4j</artifactId>

spring-cloud-openfeign-dependencies/pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,17 @@
4141
<groupId>io.github.openfeign.form</groupId>
4242
<artifactId>feign-form-spring</artifactId>
4343
<version>${feign-form.version}</version>
44+
<exclusions>
45+
<exclusion>
46+
<groupId>commons-fileupload</groupId>
47+
<artifactId>commons-fileupload</artifactId>
48+
</exclusion>
49+
</exclusions>
50+
</dependency>
51+
<dependency>
52+
<groupId>commons-fileupload</groupId>
53+
<artifactId>commons-fileupload</artifactId>
54+
<version>1.5</version>
4455
</dependency>
4556
</dependencies>
4657
</dependencyManagement>

0 commit comments

Comments
 (0)