File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
spring-cloud-openfeign-core
spring-cloud-openfeign-dependencies Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments