Skip to content

Commit 9420153

Browse files
committed
Remove commons-logging exclusion.
Closes #3736
1 parent 12452f0 commit 9420153

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

spring-data-jpa/pom.xml

-6
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@
7373
<dependency>
7474
<groupId>org.springframework</groupId>
7575
<artifactId>spring-core</artifactId>
76-
<exclusions>
77-
<exclusion>
78-
<groupId>commons-logging</groupId>
79-
<artifactId>commons-logging</artifactId>
80-
</exclusion>
81-
</exclusions>
8276
</dependency>
8377

8478
<dependency>

0 commit comments

Comments
 (0)