Skip to content

Commit b495ed4

Browse files
committed
Merge pull request #7064 from Ken Dombeck
* gh-7064: Prevent spring-session from pulling in commons-logging
2 parents 51eb1ac + 8034ae6 commit b495ed4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

spring-boot-dependencies/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2258,6 +2258,12 @@
22582258
<groupId>org.springframework.session</groupId>
22592259
<artifactId>spring-session</artifactId>
22602260
<version>${spring-session.version}</version>
2261+
<exclusions>
2262+
<exclusion>
2263+
<artifactId>commons-logging</artifactId>
2264+
<groupId>commons-logging</groupId>
2265+
</exclusion>
2266+
</exclusions>
22612267
</dependency>
22622268
<dependency>
22632269
<groupId>org.springframework.session</groupId>

0 commit comments

Comments
 (0)