Skip to content

Commit 84706b5

Browse files
committed
Remove commons-logging exclusion.
Closes #3736
1 parent fad4858 commit 84706b5

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
@@ -72,12 +72,6 @@
7272
<dependency>
7373
<groupId>org.springframework</groupId>
7474
<artifactId>spring-core</artifactId>
75-
<exclusions>
76-
<exclusion>
77-
<groupId>commons-logging</groupId>
78-
<artifactId>commons-logging</artifactId>
79-
</exclusion>
80-
</exclusions>
8175
</dependency>
8276

8377
<dependency>

0 commit comments

Comments
 (0)