fixed slf4j recursion by excluding dependency from neo4j-server

This commit is contained in:
Michael Hunger
2011-10-07 21:14:30 +02:00
parent bdf59ea18a
commit 1e9c845abb

View File

@@ -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>