server-api is now provided scope

This commit is contained in:
Michael Hunger
2011-03-23 23:29:10 +01:00
parent f7ddde14a0
commit 2765feef6c
2 changed files with 2 additions and 0 deletions

View File

@@ -233,6 +233,7 @@
<groupId>org.neo4j</groupId>
<artifactId>server-api</artifactId>
<version>${neo4j.version}</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>commons-configuration</groupId>

View File

@@ -135,6 +135,7 @@
<dependency>
<groupId>org.neo4j</groupId>
<artifactId>server-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>