2019-01-02 16:14:28 +01:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2016-03-01 17:54:21 +01: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>
|
|
|
|
<groupId>org.gcube.tools</groupId>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
2019-09-27 12:08:47 +02:00
|
|
|
<version>1.1.0</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</parent>
|
|
|
|
<groupId>org.gcube.distribution</groupId>
|
|
|
|
<artifactId>gcube-bom</artifactId>
|
2020-10-08 17:37:54 +02:00
|
|
|
<version>2.0.0-SNAPSHOT</version>
|
2016-09-19 16:55:09 +02:00
|
|
|
<packaging>pom</packaging>
|
2016-03-01 17:54:21 +01:00
|
|
|
<name>gCube BOM</name>
|
2019-12-06 13:49:10 +01:00
|
|
|
<description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description>
|
2019-01-02 16:14:28 +01:00
|
|
|
|
2016-03-01 17:54:21 +01:00
|
|
|
<properties>
|
2020-07-07 17:10:55 +02:00
|
|
|
<gcube-jackson.version>2.8.11</gcube-jackson.version>
|
2019-02-05 11:11:21 +01:00
|
|
|
<jersey.version>2.25.1</jersey.version>
|
2017-09-27 14:54:33 +02:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2016-03-01 17:54:21 +01:00
|
|
|
</properties>
|
|
|
|
|
|
|
|
<scm>
|
2019-10-03 12:53:42 +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-01 17:54:21 +01:00
|
|
|
</scm>
|
2019-01-02 16:14:28 +01:00
|
|
|
|
2016-03-01 17:54:21 +01:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2019-02-05 11:11:21 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId> org.glassfish.jersey </groupId>
|
|
|
|
<artifactId>jersey-bom</artifactId>
|
|
|
|
<version>${jersey.version}</version>
|
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
<!-- Jersey 2.25.1 is compliant with javax.ws.rs-api 2.0.1 Higher version
|
|
|
|
of Jersey uses higher version of javax.ws.rs-api. Please check javax.ws.rs-api
|
|
|
|
requirements before updating Jersey version -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>javax.ws.rs</groupId>
|
|
|
|
<artifactId>javax.ws.rs-api</artifactId>
|
|
|
|
<version>2.0.1</version>
|
|
|
|
</dependency>
|
2019-01-02 16:14:28 +01:00
|
|
|
|
2016-03-01 17:54:21 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-encryption</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources</groupId>
|
|
|
|
<artifactId>common-gcore-resources</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
2019-01-02 16:14:28 +01:00
|
|
|
|
2016-03-01 17:54:21 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-gcore-stubs</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
2019-01-02 16:14:28 +01:00
|
|
|
|
2016-11-22 16:49:38 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-scope</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-11-22 16:49:38 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-scope-maps</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-11-22 16:49:38 +01:00
|
|
|
</dependency>
|
2019-01-02 16:14:28 +01:00
|
|
|
|
|
|
|
|
2016-06-22 11:47:59 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources</groupId>
|
|
|
|
<artifactId>registry-publisher</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-06-22 11:47:59 +02:00
|
|
|
</dependency>
|
2016-03-01 17:54:21 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources.discovery</groupId>
|
|
|
|
<artifactId>ic-client</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources.discovery</groupId>
|
|
|
|
<artifactId>discovery-client</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
2019-01-02 16:14:28 +01:00
|
|
|
|
|
|
|
|
2016-11-22 16:49:38 +01:00
|
|
|
<!-- Facets Based Resource Model related dependencies -->
|
2016-08-02 11:00:09 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.information-system</groupId>
|
|
|
|
<artifactId>information-system-model</artifactId>
|
2020-10-08 17:37:54 +02:00
|
|
|
<version>[4.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
|
2016-08-02 11:00:09 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2018-10-02 08:58:38 +02:00
|
|
|
<groupId>org.gcube.resource-management</groupId>
|
|
|
|
<artifactId>gcube-model</artifactId>
|
2020-10-08 17:37:54 +02:00
|
|
|
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
|
2016-08-02 11:00:09 +02:00
|
|
|
</dependency>
|
2016-11-22 16:49:38 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.information-system</groupId>
|
|
|
|
<artifactId>resource-registry-publisher</artifactId>
|
2020-10-08 17:37:54 +02:00
|
|
|
<version>[4.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
|
2016-11-22 16:49:38 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.information-system</groupId>
|
|
|
|
<artifactId>resource-registry-client</artifactId>
|
2020-10-08 17:37:54 +02:00
|
|
|
<version>[4.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
|
2016-11-22 16:49:38 +01:00
|
|
|
</dependency>
|
|
|
|
<!-- END Facets Based Resource Model related dependencies -->
|
2019-01-02 16:14:28 +01:00
|
|
|
|
|
|
|
|
2016-06-22 11:47:59 +02:00
|
|
|
<!-- Clients Related Dependencies -->
|
2016-06-22 11:22:03 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-generic-clients</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-06-22 11:22:03 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-gcube-calls</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-06-22 11:22:03 +02:00
|
|
|
</dependency>
|
2016-06-22 11:34:45 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-jaxws-calls</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-06-22 11:34:45 +02:00
|
|
|
</dependency>
|
2016-06-22 11:58:02 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-clients</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
2016-06-22 11:58:02 +02:00
|
|
|
</dependency>
|
2016-06-22 12:00:47 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-fw-clients</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-06-22 12:00:47 +02:00
|
|
|
</dependency>
|
2019-02-05 11:11:21 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>gxREST</artifactId>
|
2020-08-06 17:46:49 +02:00
|
|
|
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
2019-02-05 11:11:21 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>gxJRS</artifactId>
|
2020-08-06 17:46:49 +02:00
|
|
|
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
2019-02-05 11:11:21 +01:00
|
|
|
</dependency>
|
2019-01-02 16:14:28 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>gxHTTP</artifactId>
|
2020-08-06 17:46:49 +02:00
|
|
|
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
|
2019-01-02 16:14:28 +01:00
|
|
|
</dependency>
|
2016-06-22 11:47:59 +02:00
|
|
|
<!-- END Clients Related Dependencies -->
|
2019-01-02 16:14:28 +01:00
|
|
|
|
2016-06-21 17:51:00 +02:00
|
|
|
<!-- Authorization Related Dependencies -->
|
2016-03-01 17:54:21 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
2016-06-21 17:51:00 +02:00
|
|
|
<artifactId>authorization-client</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
2016-06-21 17:51:00 +02:00
|
|
|
<artifactId>common-authorization</artifactId>
|
2019-11-26 16:31:35 +01:00
|
|
|
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
2016-06-21 17:51:00 +02:00
|
|
|
<!-- END Authorization Related Dependencies -->
|
2016-03-01 17:54:21 +01:00
|
|
|
|
2016-06-21 17:51:00 +02:00
|
|
|
<!-- Accounting Related Dependencies -->
|
2016-03-01 17:54:21 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.data.publishing</groupId>
|
|
|
|
<artifactId>document-store-lib</artifactId>
|
2020-10-08 17:37:54 +02:00
|
|
|
<version>[3.0.0-SNAPSHOT,4.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.accounting</groupId>
|
|
|
|
<artifactId>accounting-lib</artifactId>
|
2020-10-08 17:37:54 +02:00
|
|
|
<version>[4.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
2016-06-21 17:51:00 +02:00
|
|
|
<!-- END Accounting Related Dependencies -->
|
2016-06-22 11:48:33 +02:00
|
|
|
|
2019-11-28 12:18:18 +01:00
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
<version>1.2.3</version>
|
|
|
|
</dependency>
|
2016-06-22 11:48:33 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
2018-12-10 18:23:00 +01:00
|
|
|
<version>1.7.25</version>
|
2016-06-22 11:48:33 +02:00
|
|
|
</dependency>
|
2020-07-07 17:10:55 +02:00
|
|
|
|
|
|
|
<!-- gCube Jackson -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>gcube-jackson-databind</artifactId>
|
|
|
|
<version>${gcube-jackson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>gcube-jackson-annotations</artifactId>
|
|
|
|
<version>${gcube-jackson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>gcube-jackson-core</artifactId>
|
|
|
|
<version>${gcube-jackson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- END gCube Jackson -->
|
2019-01-02 16:14:28 +01:00
|
|
|
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2019-01-02 16:14:28 +01:00
|
|
|
|
2019-10-06 05:12:05 +02:00
|
|
|
</project>
|