Exclude commons-logging

This commit is contained in:
James Agnew
2019-09-30 18:56:28 -04:00
parent 88e2b6d4a7
commit 4f060b9efb

View File

@@ -67,6 +67,10 @@
<groupId>org.springframework</groupId>
<artifactId>spring-jcl</artifactId>
</exclusion>
<exclusion>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
</exclusion>
</exclusions>
</dependency>