File tree Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Expand file tree Collapse file tree 3 files changed +3
-21
lines changed Original file line number Diff line number Diff line change 136136 <dependency >
137137 <groupId >org.apache.httpcomponents</groupId >
138138 <artifactId >httpclient</artifactId >
139- <version >${httpclient.version} </version >
140- <exclusions >
141- <exclusion >
142- <artifactId >commons-logging</artifactId >
143- <groupId >commons-logging</groupId >
144- </exclusion >
145- </exclusions >
139+ <version >${httpclient.version} </version >
146140 </dependency >
147141 <dependency >
148142 <groupId >commons-io</groupId >
Original file line number Diff line number Diff line change 4343 <dependency >
4444 <groupId >org.apache.commons</groupId >
4545 <artifactId >commons-dbcp2</artifactId >
46- <version >${commons-dbcp2.version} </version >
47- <exclusions >
48- <exclusion >
49- <artifactId >commons-logging</artifactId >
50- <groupId >commons-logging</groupId >
51- </exclusion >
52- </exclusions >
46+ <version >${commons-dbcp2.version} </version >
5347 </dependency >
5448
5549 <!-- This is used for testing only. -->
Original file line number Diff line number Diff line change 2424 <dependency >
2525 <groupId >org.springframework</groupId >
2626 <artifactId >spring-test</artifactId >
27- <version >4.3.7.RELEASE</version >
28- <exclusions >
29- <exclusion >
30- <artifactId >commons-logging</artifactId >
31- <groupId >commons-logging</groupId >
32- </exclusion >
33- </exclusions >
27+ <version >4.3.7.RELEASE</version >
3428 </dependency >
3529 <dependency >
3630 <groupId >junit</groupId >
You can’t perform that action at this time.
0 commit comments