fixed slf4j recursion by excluding dependency from neo4j-server
This commit is contained in:
@@ -83,6 +83,11 @@
|
||||
<version>${neo4j.version}</version>
|
||||
<scope>test</scope>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.slf4j</groupId>
|
||||
<artifactId>log4j-over-slf4j</artifactId>
|
||||
</exclusion>
|
||||
|
||||
<exclusion>
|
||||
<groupId>org.neo4j</groupId>
|
||||
<artifactId>neo4j</artifactId>
|
||||
|
||||
Reference in New Issue
Block a user