2019-05-16 12:54:20 +02:00
<project xmlns= "http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2013-04-17 14:00:21 +02:00
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>
2019-08-27 14:56:24 +02:00
<version > 1.1.0</version>
2013-04-17 14:00:21 +02:00
</parent>
<groupId > org.gcube.data.transfer</groupId>
<artifactId > uri-resolver</artifactId>
2020-06-15 17:00:26 +02:00
<version > 2.4.0-SNAPSHOT</version>
2013-04-17 14:00:21 +02:00
<packaging > war</packaging>
2019-07-15 16:43:46 +02:00
<description > The URI Resolver is an HTTP URI resolver implemented as an REST service which gives access trough HTTP to different gcube Resolvers and gCube Applications.</description>
2013-04-17 14:00:21 +02:00
2016-03-22 18:01:57 +01:00
<scm >
2019-10-03 12:50:35 +02:00
<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>
<url > https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
2016-03-22 18:01:57 +01:00
</scm>
2013-04-17 14:00:21 +02:00
<properties >
2019-01-16 12:44:38 +01:00
<jersey.version > 2.24.1</jersey.version>
2017-05-15 16:59:27 +02:00
<maven.compiler.source > 1.7</maven.compiler.source>
<maven.compiler.target > 1.8</maven.compiler.target>
2018-07-20 14:38:09 +02:00
<!-- <additionalparam> - Xdoclint:none</additionalparam> -->
2013-04-17 14:00:21 +02:00
</properties>
2017-05-16 12:06:43 +02:00
2018-10-12 16:20:46 +02:00
<dependencyManagement >
<dependencies >
<dependency >
<groupId > org.gcube.distribution</groupId>
2019-12-06 14:22:17 +01:00
<artifactId > gcube-smartgears-bom</artifactId>
<version > 1.1.0</version>
2018-10-12 16:20:46 +02:00
<type > pom</type>
<scope > import</scope>
</dependency>
</dependencies>
</dependencyManagement>
2013-04-17 14:00:21 +02:00
<dependencies >
2014-10-13 18:55:53 +02:00
2018-10-12 16:20:46 +02:00
<dependency >
<groupId > org.gcube.core</groupId>
<artifactId > common-smartgears</artifactId>
</dependency>
2018-11-05 17:52:43 +01:00
<dependency >
<groupId > org.gcube.core</groupId>
<artifactId > common-smartgears-app</artifactId>
</dependency>
2018-10-12 16:20:46 +02:00
<dependency >
<groupId > org.gcube.common</groupId>
<artifactId > common-authorization</artifactId>
</dependency>
2013-03-14 12:00:28 +01:00
<dependency >
<groupId > org.gcube.contentmanagement</groupId>
<artifactId > storage-manager-wrapper</artifactId>
2019-10-03 12:50:35 +02:00
<version > [2.0.0, 3.0.0-SNAPSHOT)</version>
2013-03-14 12:00:28 +01:00
</dependency>
2018-10-19 17:06:53 +02:00
2013-03-14 12:00:28 +01:00
<dependency >
<groupId > org.gcube.contentmanagement</groupId>
<artifactId > storage-manager-core</artifactId>
2019-10-03 12:50:35 +02:00
<version > [2.0.0,3.0.0-SNAPSHOT)</version>
2013-03-14 12:00:28 +01:00
<exclusions >
<exclusion >
<artifactId > slf4j-nop</artifactId>
<groupId > org.slf4j</groupId>
</exclusion>
</exclusions>
</dependency>
2018-12-05 16:58:44 +01:00
2018-12-17 15:12:59 +01:00
<dependency >
<groupId > org.gcube.data-publishing</groupId>
<artifactId > storagehub-application-persistence</artifactId>
2019-10-03 12:50:35 +02:00
<version > [1.0.0, 2.0.0-SNAPSHOT)</version>
2018-12-17 15:12:59 +01:00
</dependency>
2018-12-05 16:58:44 +01:00
<dependency >
<groupId > org.gcube.data.analysis</groupId>
<artifactId > dataminer-invocation-model</artifactId>
2019-10-03 12:50:35 +02:00
<version > [0.0.1,1.0.0-SNAPSHOT)</version>
2018-12-05 16:58:44 +01:00
</dependency>
2018-10-19 17:06:53 +02:00
2020-06-15 14:24:42 +02:00
<dependency >
<groupId > org.gcube.infrastructure.detachedres</groupId>
<artifactId > detachedres-library</artifactId>
<version > [1.0.0,2.0.0-SNAPSHOT)</version>
</dependency>
2019-01-09 15:40:51 +01:00
<!-- TODO REMOVE THIS IMPORT -->
<dependency >
<groupId > org.gcube.common</groupId>
<artifactId > gxHTTP</artifactId>
<scope > compile</scope>
</dependency>
2019-10-03 12:50:35 +02:00
<!-- //TO BE ADDED THE VERSION 18.0 <dependency> <groupId>com.google.guava</groupId>
<artifactId > guava</artifactId> </dependency> -->
2019-05-16 12:54:20 +02:00
2018-10-12 16:20:46 +02:00
<dependency >
<groupId > org.gcube.core</groupId>
<artifactId > common-encryption</artifactId>
<scope > compile</scope>
</dependency>
<dependency >
<groupId > org.gcube.resources.discovery</groupId>
<artifactId > discovery-client</artifactId>
</dependency>
2018-10-19 17:06:53 +02:00
2018-10-12 16:20:46 +02:00
<dependency >
<groupId > org.gcube.common</groupId>
<artifactId > authorization-client</artifactId>
</dependency>
2018-10-19 17:06:53 +02:00
<dependency >
<groupId > org.gcube.common</groupId>
<artifactId > storagehub-client-library</artifactId>
2019-10-03 12:50:35 +02:00
<version > [1.0.0, 2.0.0-SNAPSHOT)</version>
2018-10-19 17:06:53 +02:00
</dependency>
2018-10-12 16:20:46 +02:00
<dependency >
<groupId > org.glassfish.jersey.containers</groupId>
<artifactId > jersey-container-servlet</artifactId>
2019-02-19 15:18:19 +01:00
<version > ${jersey.version}</version>
<scope > compile</scope>
2018-10-12 16:20:46 +02:00
</dependency>
2018-10-19 17:06:53 +02:00
2018-10-18 18:24:49 +02:00
<dependency >
2019-02-19 15:18:19 +01:00
<groupId > org.glassfish.jersey.core</groupId>
<artifactId > jersey-server</artifactId>
<version > ${jersey.version}</version>
<scope > compile</scope>
2018-10-18 18:24:49 +02:00
</dependency>
2018-10-19 17:06:53 +02:00
2018-10-18 18:24:49 +02:00
<!-- weld -->
<dependency >
<groupId > javax.enterprise</groupId>
<artifactId > cdi-api</artifactId>
<version > 1.1</version>
</dependency>
<dependency >
<groupId > org.jboss.weld.servlet</groupId>
<artifactId > weld-servlet</artifactId>
<version > 2.2.10.Final</version>
</dependency>
<dependency >
<groupId > org.jboss</groupId>
<artifactId > jandex</artifactId>
<version > 1.2.2.Final</version>
</dependency>
2018-10-19 17:06:53 +02:00
2013-03-14 12:00:28 +01:00
<dependency >
<groupId > javax.servlet</groupId>
<artifactId > javax.servlet-api</artifactId>
<version > 3.0.1</version>
2013-04-25 00:01:46 +02:00
<scope > provided</scope>
2013-03-14 12:00:28 +01:00
</dependency>
2018-10-19 17:06:53 +02:00
2014-10-10 14:53:39 +02:00
<dependency >
2018-10-12 16:20:46 +02:00
<groupId > org.json</groupId>
<artifactId > json</artifactId>
<version > 20140107</version>
2014-10-10 14:53:39 +02:00
<scope > compile</scope>
</dependency>
2018-10-19 17:06:53 +02:00
2018-10-12 16:20:46 +02:00
<!-- GIS RESOLVER DEPENDENCIES -->
2014-10-10 14:53:39 +02:00
<dependency >
2018-10-12 16:20:46 +02:00
<groupId > org.gcube.spatial.data</groupId>
<artifactId > geonetwork</artifactId>
2019-10-03 12:50:35 +02:00
<version > [3.0.0, 4.0.0-SNAPSHOT)</version>
2018-10-12 16:20:46 +02:00
<scope > compile</scope>
2014-10-10 14:53:39 +02:00
</dependency>
2014-10-13 18:55:53 +02:00
<dependency >
<groupId > commons-lang</groupId>
<artifactId > commons-lang</artifactId>
<version > 2.6</version>
</dependency>
2018-07-20 14:38:09 +02:00
2014-10-10 14:53:39 +02:00
<!-- DOM -->
<dependency >
<groupId > org.w3c</groupId>
<artifactId > dom</artifactId>
<version > 2.3.0-jaxb-1.0.6</version>
<scope > compile</scope>
</dependency>
2018-07-20 14:38:09 +02:00
<dependency >
<groupId > org.gcube.data-catalogue</groupId>
<artifactId > ckan-util-library</artifactId>
2019-10-03 12:50:35 +02:00
<version > [2.0.0, 3.0.0-SNAPSHOT)</version>
2018-07-20 14:38:09 +02:00
<scope > compile</scope>
</dependency>
2014-10-10 14:53:39 +02:00
<!-- END GIS RESOLVER DEPENDENCIES -->
2013-03-14 12:00:28 +01:00
<dependency >
<groupId > org.slf4j</groupId>
<artifactId > slf4j-log4j12</artifactId>
<version > 1.6.4</version>
</dependency>
<dependency >
<groupId > commons-io</groupId>
<artifactId > commons-io</artifactId>
<version > 1.2</version>
</dependency>
2018-10-19 17:06:53 +02:00
2018-10-12 16:20:46 +02:00
<dependency >
<groupId > junit</groupId>
<artifactId > junit</artifactId>
<version > 4.8.2</version>
<scope > test</scope>
</dependency>
2018-10-19 17:06:53 +02:00
2013-04-17 14:00:21 +02:00
</dependencies>
<build >
2014-11-13 15:19:08 +01:00
2014-10-13 19:05:53 +02:00
<resources >
<resource >
<directory > src/main/java</directory>
<includes >
<include > **/*.*</include>
</includes>
</resource>
2014-11-13 15:19:08 +01:00
2014-10-14 11:20:47 +02:00
<resource >
<directory > src/main/resources</directory>
<includes >
<include > **/*.*</include>
</includes>
</resource>
2014-10-13 19:05:53 +02:00
</resources>
2019-10-04 14:31:53 +02:00
<!-- <finalName>${artifactId}</finalName> -->
2014-11-13 15:19:08 +01:00
2013-04-17 14:00:21 +02:00
<plugins >
2017-05-16 12:06:43 +02:00
<plugin >
<artifactId > maven-compiler-plugin</artifactId>
<configuration >
<source > ${maven.compiler.source}</source>
<target > ${maven.compiler.target}</target>
</configuration>
</plugin>
2013-04-17 14:00:21 +02:00
<plugin >
<groupId > org.apache.maven.plugins</groupId>
<artifactId > maven-assembly-plugin</artifactId>
<configuration >
<descriptors >
2019-10-04 14:31:53 +02:00
<descriptor > descriptor.xml</descriptor>
2013-04-17 14:00:21 +02:00
</descriptors>
</configuration>
<executions >
<execution >
<id > servicearchive</id>
<phase > install</phase>
<goals >
<goal > single</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
2013-03-14 12:00:28 +01:00
</project>