trying to fix maven dependencies for sdn-rest for bamboo maven site build

This commit is contained in:
Michael Hunger
2011-10-19 23:44:44 +02:00
parent 811cbd5591
commit 4be0047e2f

View File

@@ -102,6 +102,12 @@
<groupId>com.tinkerpop.blueprints</groupId>
<artifactId>blueprints-core</artifactId>
<optional>true</optional>
<exclusions>
<exclusion>
<groupId>org.neo4j</groupId>
<artifactId>neo4j</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>com.tinkerpop.blueprints</groupId>