File tree Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Expand file tree Collapse file tree 1 file changed +7
-21
lines changed Original file line number Diff line number Diff line change 201201 <artifactId >commons-dbcp2</artifactId >
202202 <version >2.13.0</version >
203203 <optional >true</optional >
204- <exclusions >
205- <exclusion >
206- <groupId >commons-logging</groupId >
207- <artifactId >commons-logging</artifactId >
208- </exclusion >
209- </exclusions >
204+ </dependency >
205+
206+ <dependency >
207+ <groupId >commons-logging</groupId >
208+ <artifactId >commons-logging</artifactId >
209+ <version >1.3.5</version >
210+ <optional >true</optional >
210211 </dependency >
211212
212213 <dependency >
266267 <scope >test</scope >
267268 </dependency >
268269
269- <dependency >
270- <groupId >org.slf4j</groupId >
271- <artifactId >jcl-over-slf4j</artifactId >
272- <version >${slf4j.version} </version >
273- <scope >compile</scope >
274- </dependency >
275270 <dependency >
276271 <groupId >org.slf4j</groupId >
277272 <artifactId >slf4j-api</artifactId >
388383 </build >
389384
390385 <profiles >
391- <profile >
392- <id >pre16</id >
393- <activation >
394- <jdk >(,16)</jdk >
395- </activation >
396- <properties >
397- <derby .version>10.15.2.0</derby .version>
398- </properties >
399- </profile >
400386 <profile >
401387 <id >17</id >
402388 <activation >
You can’t perform that action at this time.
0 commit comments