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 108108 <groupId >commons-io</groupId >
109109 <artifactId >commons-io</artifactId >
110110 </exclusion >
111+ <exclusion >
112+ <groupId >commons-fileupload</groupId >
113+ <artifactId >commons-fileupload</artifactId >
114+ </exclusion >
111115 </exclusions >
112116 </dependency >
117+ <dependency >
118+ <groupId >commons-fileupload</groupId >
119+ <artifactId >commons-fileupload</artifactId >
120+ </dependency >
113121 <dependency >
114122 <groupId >io.github.openfeign</groupId >
115123 <artifactId >feign-slf4j</artifactId >
Original file line number Diff line number Diff line change 4848 <groupId >io.github.openfeign.form</groupId >
4949 <artifactId >feign-form-spring</artifactId >
5050 <version >${feign-form.version} </version >
51+ <exclusions >
52+ <exclusion >
53+ <groupId >commons-fileupload</groupId >
54+ <artifactId >commons-fileupload</artifactId >
55+ </exclusion >
56+ </exclusions >
57+ </dependency >
58+ <dependency >
59+ <groupId >commons-fileupload</groupId >
60+ <artifactId >commons-fileupload</artifactId >
61+ <version >1.5</version >
5162 </dependency >
5263 </dependencies >
5364 </dependencyManagement >
You can’t perform that action at this time.
0 commit comments