Update 'pom.xml'

commented repo http://maven.geotoolkit.org
This commit is contained in:
Roberto Cirillo 2019-12-03 18:29:33 +01:00
parent fcdd8d0fb1
commit ac4af33141
1 changed files with 204 additions and 204 deletions

408
pom.xml
View File

@ -1,205 +1,205 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<artifactId>maven-parent</artifactId> <artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId> <groupId>org.gcube.tools</groupId>
<version>1.1.0</version> <version>1.1.0</version>
<relativePath /> <relativePath />
</parent> </parent>
<groupId>org.gcube.dataanalysis</groupId> <groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-geospatial-extensions</artifactId> <artifactId>ecological-engine-geospatial-extensions</artifactId>
<version>1.5.1</version> <version>1.5.1</version>
<name>ecological-engine-geospatial-extensions</name> <name>ecological-engine-geospatial-extensions</name>
<description>ecological-engine-geospatial-extension</description> <description>ecological-engine-geospatial-extension</description>
<scm> <scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection> <connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection> <developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url> <url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm> </scm>
<developers> <developers>
<developer> <developer>
<name>Gianpaolo Coro</name> <name>Gianpaolo Coro</name>
<email>gianpaolo.coro@isti.cnr.it</email> <email>gianpaolo.coro@isti.cnr.it</email>
<organization>CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"</organization> <organization>CNR Pisa, Istituto di Scienza e Tecnologie dell'Informazione "A. Faedo"</organization>
<roles> <roles>
<role>architect</role> <role>architect</role>
<role>developer</role> <role>developer</role>
</roles> </roles>
</developer> </developer>
</developers> </developers>
<properties> <properties>
<webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory> <webappDirectory>${project.build.directory}/${project.build.finalName}</webappDirectory>
<distroDirectory>distro</distroDirectory> <distroDirectory>distro</distroDirectory>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties> </properties>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.9</version> <version>4.9</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.google.code.gson</groupId> <groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId> <artifactId>gson</artifactId>
<version>1.7.1</version> <version>1.7.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.dataanalysis</groupId> <groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-smart-executor</artifactId> <artifactId>ecological-engine-smart-executor</artifactId>
<version>[1.6.2,2.0.0-SNAPSHOT)</version> <version>[1.6.2,2.0.0-SNAPSHOT)</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>common-utils-encryption</artifactId> <artifactId>common-utils-encryption</artifactId>
<groupId>org.gcube.core</groupId> <groupId>org.gcube.core</groupId>
</exclusion> </exclusion>
<exclusion> <exclusion>
<artifactId>ecological-engine</artifactId> <artifactId>ecological-engine</artifactId>
<groupId>org.gcube.dataanalysis</groupId> <groupId>org.gcube.dataanalysis</groupId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.dataanalysis</groupId> <groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine</artifactId> <artifactId>ecological-engine</artifactId>
<version>[1.12.0,2.0.0-SNAPSHOT)</version> <version>[1.12.0,2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>geoutils-custom</groupId> <groupId>geoutils-custom</groupId>
<artifactId>netcdf</artifactId> <artifactId>netcdf</artifactId>
<version>4.2.0</version> <version>4.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>geoutils-custom</groupId> <groupId>geoutils-custom</groupId>
<artifactId>opendap</artifactId> <artifactId>opendap</artifactId>
<version>2.2.0</version> <version>2.2.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>geoutils-custom</groupId> <groupId>geoutils-custom</groupId>
<artifactId>bounce</artifactId> <artifactId>bounce</artifactId>
<version>0.14.0</version> <version>0.14.0</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>geoutils-custom</groupId> <groupId>geoutils-custom</groupId>
<artifactId>geopeo</artifactId> <artifactId>geopeo</artifactId>
<version>1.0.2</version> <version>1.0.2</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.n52.wps.gdal</groupId> <groupId>org.n52.wps.gdal</groupId>
<artifactId>gdal</artifactId> <artifactId>gdal</artifactId>
<version>1.0.0</version> <version>1.0.0</version>
</dependency> </dependency>
<!-- <dependency> <groupId>org.geotools</groupId> <artifactId>gt-opengis</artifactId> <!-- <dependency> <groupId>org.geotools</groupId> <artifactId>gt-opengis</artifactId>
<version>9.3</version> </dependency> --> <version>9.3</version> </dependency> -->
<dependency> <dependency>
<groupId>org.opengis</groupId> <groupId>org.opengis</groupId>
<artifactId>geoapi-pending</artifactId> <artifactId>geoapi-pending</artifactId>
<version>3.1-M04</version> <version>3.1-M04</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.spatial.data</groupId> <groupId>org.gcube.spatial.data</groupId>
<artifactId>gis-interface</artifactId> <artifactId>gis-interface</artifactId>
<version>[2.4.1,3.0.0-SNAPSHOT)</version> <version>[2.4.1,3.0.0-SNAPSHOT)</version>
<exclusions> <exclusions>
<exclusion> <exclusion>
<artifactId>geotk-coverageio-netcdf</artifactId> <artifactId>geotk-coverageio-netcdf</artifactId>
<groupId>org.geotoolkit</groupId> <groupId>org.geotoolkit</groupId>
</exclusion> </exclusion>
<exclusion> <exclusion>
<artifactId>geoapi-pending</artifactId> <artifactId>geoapi-pending</artifactId>
<groupId>org.opengis</groupId> <groupId>org.opengis</groupId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
<dependency> <dependency>
<groupId>commons-net</groupId> <groupId>commons-net</groupId>
<artifactId>commons-net</artifactId> <artifactId>commons-net</artifactId>
<version>3.1</version> <version>3.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.apache.commons</groupId> <groupId>org.apache.commons</groupId>
<artifactId>commons-vfs2</artifactId> <artifactId>commons-vfs2</artifactId>
<version>2.1</version> <version>2.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>rapidminer-custom</groupId> <groupId>rapidminer-custom</groupId>
<artifactId>maxent-princeton</artifactId> <artifactId>maxent-princeton</artifactId>
<version>3.3.3</version> <version>3.3.3</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>ch.qos.logback</groupId> <groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId> <artifactId>logback-classic</artifactId>
<version>1.0.13</version> <version>1.0.13</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>junit</groupId> <groupId>junit</groupId>
<artifactId>junit</artifactId> <artifactId>junit</artifactId>
<version>4.11</version> <version>4.11</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>
<repositories> <repositories>
<repository> <repository>
<id>osgeo</id> <id>osgeo</id>
<name>Open Source Geospatial Foundation Repository Mirror</name> <name>Open Source Geospatial Foundation Repository Mirror</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/osgeo//</url> <url>http://maven.research-infrastructures.eu/nexus/content/repositories/osgeo//</url>
</repository> </repository>
<repository> <!--repository>
<id>geotoolkit</id> <id>geotoolkit</id>
<name>Geotoolkit.org project</name> <name>Geotoolkit.org project</name>
<url>http://maven.geotoolkit.org</url> <url>http://maven.geotoolkit.org</url>
</repository> </repository-->
<repository> <repository>
<id>52north-releases</id> <id>52north-releases</id>
<name>52north-releases</name> <name>52north-releases</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/52north-releases/</url> <url>http://maven.research-infrastructures.eu/nexus/content/repositories/52north-releases/</url>
</repository> </repository>
<repository> <repository>
<id>GeoSolutions</id> <id>GeoSolutions</id>
<name>GeoSolutions</name> <name>GeoSolutions</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/geo-solutions-snapshots/</url> <url>http://maven.research-infrastructures.eu/nexus/content/repositories/geo-solutions-snapshots/</url>
</repository> </repository>
<repository> <repository>
<id>GeoSolutions-releases</id> <id>GeoSolutions-releases</id>
<name>GeoSolutions-releases</name> <name>GeoSolutions-releases</name>
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/geo-solutions/</url> <url>http://maven.research-infrastructures.eu/nexus/content/repositories/geo-solutions/</url>
</repository> </repository>
</repositories> </repositories>
<build> <build>
<plugins> <plugins>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId> <artifactId>maven-surefire-plugin</artifactId>
<version>2.18.1</version> <version>2.18.1</version>
<configuration> <configuration>
<skipTests>true</skipTests> <skipTests>true</skipTests>
</configuration> </configuration>
</plugin> </plugin>
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-assembly-plugin</artifactId> <artifactId>maven-assembly-plugin</artifactId>
<configuration> <configuration>
<descriptors> <descriptors>
<descriptor>descriptor.xml</descriptor> <descriptor>descriptor.xml</descriptor>
</descriptors> </descriptors>
</configuration> </configuration>
<executions> <executions>
<execution> <execution>
<id>servicearchive</id> <id>servicearchive</id>
<phase>install</phase> <phase>install</phase>
<goals> <goals>
<goal>single</goal> <goal>single</goal>
</goals> </goals>
</execution> </execution>
</executions> </executions>
</plugin> </plugin>
</plugins> </plugins>
</build> </build>
</project> </project>