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 108
108
<groupId >commons-io</groupId >
109
109
<artifactId >commons-io</artifactId >
110
110
</exclusion >
111
+ <exclusion >
112
+ <groupId >commons-fileupload</groupId >
113
+ <artifactId >commons-fileupload</artifactId >
114
+ </exclusion >
111
115
</exclusions >
112
116
</dependency >
117
+ <dependency >
118
+ <groupId >commons-fileupload</groupId >
119
+ <artifactId >commons-fileupload</artifactId >
120
+ </dependency >
113
121
<dependency >
114
122
<groupId >io.github.openfeign</groupId >
115
123
<artifactId >feign-slf4j</artifactId >
Original file line number Diff line number Diff line change 48
48
<groupId >io.github.openfeign.form</groupId >
49
49
<artifactId >feign-form-spring</artifactId >
50
50
<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 >
51
62
</dependency >
52
63
</dependencies >
53
64
</dependencyManagement >
You can’t perform that action at this time.
0 commit comments