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 201
201
<artifactId >commons-dbcp2</artifactId >
202
202
<version >2.13.0</version >
203
203
<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 >
210
211
</dependency >
211
212
212
213
<dependency >
266
267
<scope >test</scope >
267
268
</dependency >
268
269
269
- <dependency >
270
- <groupId >org.slf4j</groupId >
271
- <artifactId >jcl-over-slf4j</artifactId >
272
- <version >${slf4j.version} </version >
273
- <scope >compile</scope >
274
- </dependency >
275
270
<dependency >
276
271
<groupId >org.slf4j</groupId >
277
272
<artifactId >slf4j-api</artifactId >
388
383
</build >
389
384
390
385
<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 >
400
386
<profile >
401
387
<id >17</id >
402
388
<activation >
You can’t perform that action at this time.
0 commit comments