Skip to content

Commit 8034ae6

Browse files
kdombeckwilkinsona
authored andcommitted
Prevent spring-session from pulling in commons-logging
Closes gh-7064
1 parent 51eb1ac commit 8034ae6

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)