Exclude jcl-over-slf4j in favour of spring-jcl

Closes gh-15392
This commit is contained in:
Andy Wilkinson
2018-12-07 15:37:24 +00:00
parent 2cd3cff608
commit bbf0932f0f
9 changed files with 32 additions and 37 deletions

View File

@@ -35,6 +35,12 @@
<artifactId>cassandra-unit-spring</artifactId>
<version>3.5.0.1</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>jcl-over-slf4j</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
<build>