Gianpaolo Coro 2014-03-03 09:46:57 +00:00
parent fcd3924a6c
commit 54e72c7859
1 changed files with 49 additions and 52 deletions

101
pom.xml
View File

@ -16,15 +16,52 @@
<distroDirectory>${project.basedir}/distro</distroDirectory>
</properties>
<dependencies>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>EcologicalEngineExecutor</artifactId>
<version>[1.4.0-SNAPSHOT,2.0.0)</version>
</dependency>
<dependency>
<groupId>geoutils-custom</groupId>
<artifactId>netcdf</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>geoutils-custom</groupId>
<artifactId>opendap</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>geoutils-custom</groupId>
<artifactId>bounce</artifactId>
<version>0.14.0</version>
</dependency>
<dependency>
<groupId>geoutils-custom</groupId>
<artifactId>geopeo</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>org.n52.wps.gdal</groupId>
<artifactId>gdal</artifactId>
<version>1.0.0</version>
</dependency>
<!-- <dependency> <groupId>org.geotools</groupId> <artifactId>gt-opengis</artifactId>
<version>9.3</version> </dependency> -->
<dependency>
<groupId>org.opengis</groupId>
<artifactId>geoapi-pending</artifactId>
<version>3.1-M04</version>
</dependency>
<dependency>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>gis-interface</artifactId>
<version>2.0.1-SNAPSHOT</version>
<version>(2.0.1-SNAPSHOT,3.0.0)</version>
<exclusions>
<exclusion>
<artifactId>geotk-coverageio-netcdf</artifactId>
@ -39,57 +76,7 @@
<dependency>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>geonetwork</artifactId>
<version>2.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>geoutils-custom</groupId>
<artifactId>bounce</artifactId>
<version>0.14.0</version>
</dependency>
<dependency>
<groupId>geoutils-custom</groupId>
<artifactId>geopeo</artifactId>
<version>1.0.2</version>
</dependency>
<dependency>
<groupId>geoutils-custom</groupId>
<artifactId>netcdf</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>geoutils-custom</groupId>
<artifactId>netcdfUI</artifactId>
<version>4.2.0</version>
</dependency>
<dependency>
<groupId>geoutils-custom</groupId>
<artifactId>opendap</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
<artifactId>commons-codec</artifactId>
<version>20041127.091804</version>
</dependency>
<dependency>
<groupId>commons-httpclient</groupId>
<artifactId>commons-httpclient</artifactId>
<version>3.1</version>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>
<version>1.1.1</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>1.7.1</version>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-utils-encryption</artifactId>
<version>[1.0.2-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<version>(2.0.1-SNAPSHOT,3.0.0)</version>
</dependency>
</dependencies>
<repositories>
@ -100,6 +87,16 @@
<name>Open Source Geospatial Foundation Repository Mirror</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/osgeo//</url>
</repository>
<repository>
<id>geotoolkit</id>
<name>Geotoolkit.org project</name>
<url>http://maven.geotoolkit.org</url>
</repository>
<repository>
<id>52north-releases</id>
<name>52north-releases</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/52north-releases/</url>
</repository>
</repositories>
<build>
<plugins>