Skip to content

Commit 6957406

Browse files
committed
pom.xml: remove exclusion of commons-logging.
Spring Boot 1.4.2 already did it for us. See Spring Boot GH 7067 No functional changes.
1 parent 7aad76c commit 6957406

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -283,13 +283,6 @@
283283
<artifactId>htmlunit-driver</artifactId>
284284
<version>${htmlunit.version}</version>
285285
<scope>test</scope>
286-
<exclusions>
287-
<exclusion>
288-
<!-- Because we use jcl-over-slf4j instead -->
289-
<groupId>commons-logging</groupId>
290-
<artifactId>commons-logging</artifactId>
291-
</exclusion>
292-
</exclusions>
293286
</dependency>
294287

295288
<dependency>

0 commit comments

Comments
 (0)