2019-01-02 16:15:29 +01:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2016-06-21 17:54:29 +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-09-27 12:08:57 +02:00
|
|
|
<version>1.1.0</version>
|
2016-06-21 17:54:29 +02:00
|
|
|
</parent>
|
|
|
|
<groupId>org.gcube.distribution</groupId>
|
|
|
|
<artifactId>gcube-smartgears-bom</artifactId>
|
2023-02-09 12:17:45 +01:00
|
|
|
<version>2.3.0-SNAPSHOT</version>
|
2016-06-21 17:54:29 +02:00
|
|
|
<packaging>pom</packaging>
|
2019-12-06 12:57:02 +01:00
|
|
|
<name>gCube Smartgears Bom</name>
|
|
|
|
<description>
|
|
|
|
gCube Smartgears Bom is used to declare the version and set to provided the libraries already available in Smartgears container.
|
|
|
|
In such a way any service developer does not have to deal with dependencies conflicts and provided dependencies.
|
|
|
|
</description>
|
2016-06-21 17:54:29 +02:00
|
|
|
|
2019-01-15 16:30:14 +01:00
|
|
|
<properties>
|
2020-10-08 13:01:15 +02:00
|
|
|
<gcube-jackson.version>2.8.11</gcube-jackson.version>
|
2019-01-15 16:30:14 +01:00
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
|
|
|
</properties>
|
|
|
|
|
2019-10-03 12:54:31 +02:00
|
|
|
<scm>
|
|
|
|
<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>
|
|
|
|
</scm>
|
|
|
|
|
2016-06-21 17:54:29 +02:00
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
2019-11-26 16:32:51 +01:00
|
|
|
<!-- Imports -->
|
2016-06-21 17:54:29 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.distribution</groupId>
|
|
|
|
<artifactId>gcube-bom</artifactId>
|
2023-02-09 12:17:45 +01:00
|
|
|
<version>2.2.0-SNAPSHOT</version>
|
2016-06-21 17:54:29 +02:00
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
2019-11-26 16:32:51 +01:00
|
|
|
<!-- END Imports -->
|
|
|
|
<!-- Setting scope to provided to dependencies already declared in gcube-bom -->
|
2016-11-22 16:50:59 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-encryption</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-11-22 16:50:59 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources</groupId>
|
|
|
|
<artifactId>common-gcore-resources</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-11-22 16:50:59 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-gcore-stubs</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-11-22 16:50:59 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-scope</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-11-22 16:50:59 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-scope-maps</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources</groupId>
|
|
|
|
<artifactId>registry-publisher</artifactId>
|
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-11-22 16:50:59 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources.discovery</groupId>
|
|
|
|
<artifactId>ic-client</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-11-22 16:50:59 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources.discovery</groupId>
|
|
|
|
<artifactId>discovery-client</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-11-22 16:50:59 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2019-11-26 16:32:51 +01:00
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>gxHTTP</artifactId>
|
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2016-11-22 16:50:59 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-11-26 16:32:51 +01:00
|
|
|
<!-- Authorization Related Dependencies -->
|
2016-11-22 16:50:59 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>authorization-client</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
2016-11-22 16:50:59 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>common-authorization</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
2016-11-22 16:50:59 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-11-26 16:32:51 +01:00
|
|
|
<!-- END Authorization Related Dependencies -->
|
|
|
|
|
|
|
|
<!-- Accounting Related Dependencies -->
|
2016-11-22 16:50:59 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.data.publishing</groupId>
|
|
|
|
<artifactId>document-store-lib</artifactId>
|
2020-10-29 17:23:55 +01:00
|
|
|
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
|
2016-11-22 16:50:59 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.accounting</groupId>
|
|
|
|
<artifactId>accounting-lib</artifactId>
|
2020-10-29 17:23:55 +01:00
|
|
|
<version>[4.0.0,5.0.0-SNAPSHOT)</version>
|
2016-11-22 16:50:59 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-11-26 16:32:51 +01:00
|
|
|
<!-- END Accounting Related Dependencies -->
|
|
|
|
|
2020-11-12 09:09:24 +01:00
|
|
|
<!-- Facets Based Resource Model related dependencies -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.information-system</groupId>
|
|
|
|
<artifactId>information-system-model</artifactId>
|
2023-02-09 12:17:45 +01:00
|
|
|
<version>[6.0.0-SNAPSHOT,7.0.0-SNAPSHOT)</version>
|
2022-11-09 14:59:23 +01:00
|
|
|
<scope>provided</scope>
|
2020-11-12 09:09:24 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resource-management</groupId>
|
|
|
|
<artifactId>gcube-model</artifactId>
|
2023-02-09 12:41:29 +01:00
|
|
|
<version>[4.1.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
|
2022-11-09 14:59:23 +01:00
|
|
|
<scope>provided</scope>
|
2020-11-12 09:09:24 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.information-system</groupId>
|
|
|
|
<artifactId>resource-registry-api</artifactId>
|
2022-03-14 16:53:10 +01:00
|
|
|
<version>[4.1.0,5.0.0-SNAPSHOT)</version>
|
2022-11-09 14:59:23 +01:00
|
|
|
<scope>provided</scope>
|
2020-11-12 09:09:24 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.information-system</groupId>
|
2020-11-24 21:35:36 +01:00
|
|
|
<artifactId>resource-registry-client</artifactId>
|
2022-03-14 16:53:10 +01:00
|
|
|
<version>[4.1.0,5.0.0-SNAPSHOT)</version>
|
2022-11-09 14:59:23 +01:00
|
|
|
<scope>provided</scope>
|
2020-11-12 09:09:24 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.information-system</groupId>
|
2020-11-24 21:35:36 +01:00
|
|
|
<artifactId>resource-registry-publisher</artifactId>
|
2022-03-14 16:53:10 +01:00
|
|
|
<version>[4.1.0,5.0.0-SNAPSHOT)</version>
|
2022-11-28 16:56:59 +01:00
|
|
|
<scope>provided</scope>
|
2020-11-12 09:09:24 +01:00
|
|
|
</dependency>
|
|
|
|
<!-- END Facets Based Resource Model related dependencies -->
|
|
|
|
|
2019-01-02 16:15:29 +01:00
|
|
|
<dependency>
|
2019-11-26 16:32:51 +01:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
<version>1.7.25</version>
|
2019-01-02 16:15:29 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-11-26 16:32:51 +01:00
|
|
|
<!-- END Setting scope to provided to dependencies already declared in
|
|
|
|
gcube-bom -->
|
|
|
|
|
|
|
|
<!-- Declaring dependencies needed by a smartgears webapp -->
|
2019-01-15 16:30:14 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-smartgears</artifactId>
|
2020-10-29 17:23:55 +01:00
|
|
|
<version>[3.0.0,4.0.0-SNAPSHOT)</version>
|
2019-01-15 16:30:14 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-smartgears-app</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
2019-01-15 16:30:14 +01:00
|
|
|
<scope>compile</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-smartgears-utils</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2019-01-15 16:30:14 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-events</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2019-01-15 16:30:14 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-configuration-scanner</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2019-01-15 16:30:14 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-validator</artifactId>
|
2019-11-26 16:32:51 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2019-01-15 16:30:14 +01:00
|
|
|
<scope>provided</scope>
|
|
|
|
</dependency>
|
2019-11-26 16:32:51 +01:00
|
|
|
<!-- END Declaring dependencies needed by a smartgears webapp -->
|
2020-07-07 17:11:24 +02:00
|
|
|
|
2020-10-08 13:01:15 +02:00
|
|
|
<!-- gCube Jackson -->
|
2019-12-02 17:56:05 +01:00
|
|
|
<dependency>
|
2020-10-08 13:01:15 +02:00
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>gcube-jackson-databind</artifactId>
|
|
|
|
<version>${gcube-jackson.version}</version>
|
2020-10-08 13:03:26 +02:00
|
|
|
<scope>provided</scope>
|
2019-12-02 17:56:05 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
2020-10-08 13:01:15 +02:00
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>gcube-jackson-annotations</artifactId>
|
|
|
|
<version>${gcube-jackson.version}</version>
|
2020-10-08 13:03:26 +02:00
|
|
|
<scope>provided</scope>
|
2020-10-08 13:01:15 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>gcube-jackson-core</artifactId>
|
|
|
|
<version>${gcube-jackson.version}</version>
|
2020-10-08 13:03:26 +02:00
|
|
|
<scope>provided</scope>
|
2019-12-02 17:56:05 +01:00
|
|
|
</dependency>
|
2020-10-08 13:01:15 +02:00
|
|
|
<!-- END gCube Jackson -->
|
2016-06-21 17:54:29 +02:00
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
</project>
|