Skip to content

Commit eb65d5a

Browse files
committed
[pom] Prefer commons logging now that it is smarter, drop jcl over slf4j
1 parent 0d432a1 commit eb65d5a

File tree

1 file changed

+7
-12
lines changed

1 file changed

+7
-12
lines changed

pom.xml

Lines changed: 7 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -201,12 +201,13 @@
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>
@@ -266,12 +267,6 @@
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>

0 commit comments

Comments
 (0)