DATAGRAPH-428 - Added missing repositories.
Fixed indentation in pom.xml.
This commit is contained in:
46
pom.xml
46
pom.xml
@@ -34,9 +34,9 @@
|
||||
<dist.id>spring-data-neo4j</dist.id>
|
||||
<springdata.commons>1.8.0.BUILD-SNAPSHOT</springdata.commons>
|
||||
|
||||
<!-- Neo4j 2.0 now requires JDK 7 as a min -->
|
||||
<source.level>1.7</source.level>
|
||||
<target.level>1.7</target.level>
|
||||
<!-- Neo4j 2.0 now requires JDK 7 as a min -->
|
||||
<source.level>1.7</source.level>
|
||||
<target.level>1.7</target.level>
|
||||
|
||||
<neo4j.version>2.0.1</neo4j.version>
|
||||
|
||||
@@ -174,19 +174,33 @@
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>neo4j-contrib-releases</id>
|
||||
<url>https://raw.github.com/neo4j-contrib/m2/master/releases</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>neo4j-contrib-releases</id>
|
||||
<url>https://raw.github.com/neo4j-contrib/m2/master/releases</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>geotools</id>
|
||||
<url>http://download.osgeo.org/webdav/geotools</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>ow2</id>
|
||||
<url>http://repository.ow2.org/nexus/content/repositories/ow2-legacy</url>
|
||||
<snapshots>
|
||||
<enabled>false</enabled>
|
||||
</snapshots>
|
||||
</repository>
|
||||
</repositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>spring-plugins-release</id>
|
||||
<url>http://libs.spring.io/plugins-release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
<pluginRepositories>
|
||||
<pluginRepository>
|
||||
<id>spring-plugins-release</id>
|
||||
<url>http://libs.spring.io/plugins-release</url>
|
||||
</pluginRepository>
|
||||
</pluginRepositories>
|
||||
|
||||
</project>
|
||||
|
||||
Reference in New Issue
Block a user