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 103
103
<groupId >commons-io</groupId >
104
104
<artifactId >commons-io</artifactId >
105
105
</exclusion >
106
+ <exclusion >
107
+ <groupId >commons-fileupload</groupId >
108
+ <artifactId >commons-fileupload</artifactId >
109
+ </exclusion >
106
110
</exclusions >
107
111
</dependency >
112
+ <dependency >
113
+ <groupId >commons-fileupload</groupId >
114
+ <artifactId >commons-fileupload</artifactId >
115
+ </dependency >
108
116
<dependency >
109
117
<groupId >io.github.openfeign</groupId >
110
118
<artifactId >feign-slf4j</artifactId >
Original file line number Diff line number Diff line change 41
41
<groupId >io.github.openfeign.form</groupId >
42
42
<artifactId >feign-form-spring</artifactId >
43
43
<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 >
44
55
</dependency >
45
56
</dependencies >
46
57
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments