Commit b495ed47 authored by Andy Wilkinson's avatar Andy Wilkinson

Merge pull request #7064 from Ken Dombeck

* gh-7064:
  Prevent spring-session from pulling in commons-logging
parents 51eb1ac0 8034ae6e
......@@ -2258,6 +2258,12 @@
<groupId>org.springframework.session</groupId>
<artifactId>spring-session</artifactId>
<version>${spring-session.version}</version>
<exclusions>
<exclusion>
<artifactId>commons-logging</artifactId>
<groupId>commons-logging</groupId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.session</groupId>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment