This commit is contained in:
Fabio Sinibaldi 2014-10-15 15:15:13 +00:00
parent 5b18e2e6a5
commit b49a3d56ef
1 changed files with 8 additions and 2 deletions

10
pom.xml
View File

@ -41,7 +41,7 @@
<dependency>
<groupId>org.geotoolkit</groupId>
<artifactId>geotk-metadata</artifactId>
<version>3.20-geoapi-3.0</version>
<version>3.20</version>
</dependency>
<dependency>
<groupId>org.w3c</groupId>
@ -51,7 +51,7 @@
<dependency>
<groupId>org.geotoolkit</groupId>
<artifactId>geotk-referencing</artifactId>
<version>3.20-geoapi-3.0</version>
<version>3.20</version>
</dependency>
<dependency>
<groupId>org.gcube.resources.discovery</groupId>
@ -90,7 +90,13 @@
<id>GeoSolutions</id>
<url>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/geo-solutions/</url>
</repository>
<repository>
<id>GeoToolkit</id>
<url>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/geotoolkit/</url>
</repository>
</repositories>
<build>
<plugins>