2014-09-05 14:54:53 +02:00
|
|
|
<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">
|
|
|
|
<modelVersion>4.0.0</modelVersion>
|
|
|
|
<parent>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
|
|
|
<groupId>org.gcube.tools</groupId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
</parent>
|
|
|
|
<groupId>org.gcube.spatial.data</groupId>
|
|
|
|
<artifactId>gis-interface</artifactId>
|
2017-03-02 14:38:21 +01:00
|
|
|
<version>2.4.0-SNAPSHOT</version>
|
2014-09-05 14:54:53 +02:00
|
|
|
<name>gis-interface</name>
|
|
|
|
|
|
|
|
<properties>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
<geotools.version>8.0-M4</geotools.version>
|
|
|
|
<distroDirectory>distro</distroDirectory>
|
|
|
|
</properties>
|
|
|
|
|
2016-09-07 17:07:46 +02:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.distribution</groupId>
|
|
|
|
<artifactId>gcube-bom</artifactId>
|
2016-09-20 11:55:24 +02:00
|
|
|
<version>LATEST</version>
|
2016-09-07 17:07:46 +02:00
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2014-09-05 14:54:53 +02:00
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/spatial-data/${project.artifactId}</connection>
|
|
|
|
<developerConnection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/trunk/spatial-data/${project.artifactId}</developerConnection>
|
|
|
|
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/spatial-data/${project.artifactId}</url>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<dependencies>
|
2016-09-07 17:07:46 +02:00
|
|
|
<!-- GCUBE -->
|
|
|
|
|
2014-09-05 14:54:53 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.spatial.data</groupId>
|
|
|
|
<artifactId>geonetwork</artifactId>
|
2016-05-23 12:38:09 +02:00
|
|
|
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
|
2014-09-05 14:54:53 +02:00
|
|
|
</dependency>
|
2016-06-23 15:39:15 +02:00
|
|
|
<dependency>
|
2016-09-07 17:07:46 +02:00
|
|
|
<groupId>org.gcube.portlets.user</groupId>
|
|
|
|
<artifactId>uri-resolver-manager</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources.discovery</groupId>
|
|
|
|
<artifactId>ic-client</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-encryption</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
|
|
|
<!-- EXTERNAL -->
|
|
|
|
|
|
|
|
|
2014-09-05 14:54:53 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>it.geosolutions</groupId>
|
|
|
|
<artifactId>geoserver-manager</artifactId>
|
2014-09-05 15:03:17 +02:00
|
|
|
<version>1.5.2</version>
|
2014-09-05 14:54:53 +02:00
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2016-09-07 17:07:46 +02:00
|
|
|
|
2014-09-05 14:54:53 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.geotoolkit.pending</groupId>
|
|
|
|
<artifactId>geotk-style</artifactId>
|
|
|
|
<version>3.20</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.geotoolkit.pending</groupId>
|
|
|
|
<artifactId>geotk-xml-sld</artifactId>
|
|
|
|
<version>3.20</version>
|
|
|
|
<exclusions>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>jcl-over-slf4j</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
<exclusion>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-jdk14</artifactId>
|
|
|
|
</exclusion>
|
|
|
|
</exclusions>
|
|
|
|
</dependency>
|
2016-09-07 17:07:46 +02:00
|
|
|
|
|
|
|
|
2015-11-27 15:07:50 +01:00
|
|
|
<!-- TEST -->
|
2016-09-07 17:07:46 +02:00
|
|
|
<dependency>
|
2015-11-27 15:07:50 +01:00
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.11</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-09-07 17:07:46 +02:00
|
|
|
<dependency>
|
2016-06-23 15:39:15 +02:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-log4j12</artifactId>
|
|
|
|
<version>1.6.4</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-09-07 17:07:46 +02:00
|
|
|
|
2016-06-23 15:39:15 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>csv4j</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2016-09-07 17:07:46 +02:00
|
|
|
|
2014-09-05 14:54:53 +02:00
|
|
|
</dependencies>
|
2014-10-15 11:21:53 +02:00
|
|
|
<repositories>
|
|
|
|
<repository>
|
2014-09-05 14:54:53 +02:00
|
|
|
<id>GeoSolutions</id>
|
|
|
|
<url>http://maven.research-infrastructures.eu:8081/nexus/content/repositories/geo-solutions/</url>
|
|
|
|
</repository>
|
2016-11-17 12:37:50 +01:00
|
|
|
<!-- <repository> -->
|
|
|
|
<!-- <id>GeoSolutions-SNAP</id> -->
|
|
|
|
<!-- <url>http://maven.research-infrastructures.eu/nexus/content/repositories/geo-solutions-snapshots/</url> -->
|
|
|
|
<!-- </repository> -->
|
2014-09-05 14:54:53 +02:00
|
|
|
<repository>
|
|
|
|
<id>maven.geotoolkit</id>
|
|
|
|
<name>maven.geotoolkit</name>
|
|
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/geotoolkit/</url>
|
2014-10-15 11:21:53 +02:00
|
|
|
</repository>
|
2014-09-05 14:54:53 +02:00
|
|
|
<repository>
|
|
|
|
<id>unidata</id>
|
|
|
|
<name>unidata</name>
|
|
|
|
<url>http://maven.research-infrastructures.eu/nexus/content/repositories/unidata/</url>
|
|
|
|
</repository>
|
|
|
|
</repositories>
|
|
|
|
<build>
|
2015-06-03 12:40:32 +02:00
|
|
|
<finalName>${artifactId}</finalName>
|
2014-09-05 14:54:53 +02:00
|
|
|
<plugins>
|
|
|
|
<plugin>
|
2015-06-03 12:40:32 +02:00
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>2.3.2</version>
|
|
|
|
<configuration>
|
|
|
|
<source>1.7</source>
|
|
|
|
<target>1.7</target>
|
|
|
|
</configuration>
|
2016-09-07 17:07:46 +02:00
|
|
|
</plugin>
|
2014-09-05 14:54:53 +02:00
|
|
|
<plugin>
|
|
|
|
<groupId>org.apache.maven.plugins</groupId>
|
|
|
|
<artifactId>maven-assembly-plugin</artifactId>
|
|
|
|
<configuration>
|
|
|
|
<descriptors>
|
|
|
|
<descriptor>${distroDirectory}/descriptor.xml</descriptor>
|
|
|
|
</descriptors>
|
|
|
|
</configuration>
|
|
|
|
<executions>
|
|
|
|
<execution>
|
|
|
|
<id>servicearchive</id>
|
|
|
|
<phase>install</phase>
|
|
|
|
<goals>
|
|
|
|
<goal>single</goal>
|
|
|
|
</goals>
|
|
|
|
</execution>
|
|
|
|
</executions>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
2016-04-06 18:01:21 +02:00
|
|
|
<description>Java library used to communicate with GeoServer and GeoNetwork</description>
|
2014-09-05 14:54:53 +02:00
|
|
|
</project>
|