Exclude jcl-over-slf4j in favour of spring-jcl
Closes gh-15392
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user