2016-03-01 17:54:21 +01: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>
|
|
|
|
<groupId>org.gcube.tools</groupId>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
|
|
|
<version>1.0.0</version>
|
|
|
|
</parent>
|
|
|
|
<groupId>org.gcube.distribution</groupId>
|
|
|
|
<artifactId>gcube-bom</artifactId>
|
2018-12-10 18:23:00 +01:00
|
|
|
<version>1.2.2-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>
|
|
|
|
<description>This artifact contains gCube commons library version declaration for dependency management</description>
|
|
|
|
|
|
|
|
<properties>
|
2017-09-27 14:54:33 +02:00
|
|
|
<jackson.version>2.6.0</jackson.version>
|
|
|
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
2016-03-01 17:54:21 +01:00
|
|
|
<distroDirectory>distro</distroDirectory>
|
|
|
|
</properties>
|
|
|
|
|
|
|
|
<scm>
|
|
|
|
<connection>scm:svn:http://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/${project.artifactId}</connection>
|
|
|
|
<developerConnection>scm:svn:https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/${project.artifactId}</developerConnection>
|
|
|
|
<url>http://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/${project.artifactId}</url>
|
|
|
|
</scm>
|
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-encryption</artifactId>
|
2016-09-06 15:07:12 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT, 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>
|
2016-06-22 15:11:57 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
2016-06-22 11:47:59 +02:00
|
|
|
|
2016-03-01 17:54:21 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-gcore-stubs</artifactId>
|
2016-09-06 15:07:12 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
2016-06-21 17:51:00 +02:00
|
|
|
|
2016-06-22 11:47:59 +02:00
|
|
|
|
2016-11-22 16:49:38 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-scope</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-scope-maps</artifactId>
|
|
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2016-06-22 11:47:59 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.resources</groupId>
|
|
|
|
<artifactId>registry-publisher</artifactId>
|
2016-09-06 15:07:12 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT, 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>
|
2016-09-06 15:07:12 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT, 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>
|
2016-09-06 15:07:12 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
2016-06-21 17:51:00 +02:00
|
|
|
|
2016-06-22 11:47:59 +02: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>
|
2018-10-02 08:58:38 +02:00
|
|
|
<version>[2.0.0-SNAPSHOT, 3.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>
|
2016-08-02 11:00:09 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
|
|
|
</dependency>
|
2016-11-22 16:49:38 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.information-system</groupId>
|
|
|
|
<artifactId>resource-registry-publisher</artifactId>
|
2018-06-12 19:00:02 +02:00
|
|
|
<version>[2.0.0-SNAPSHOT, 3.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>
|
2018-06-12 19:00:02 +02:00
|
|
|
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
2016-11-22 16:49:38 +01:00
|
|
|
</dependency>
|
|
|
|
<!-- END Facets Based Resource Model related dependencies -->
|
2016-08-02 11:00:09 +02: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>
|
2016-09-06 15:07:12 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT, 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>
|
2016-09-06 15:07:12 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT, 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>
|
2016-09-06 15:07:12 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT, 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>
|
2016-09-06 15:07:12 +02:00
|
|
|
<version>[2.0.0-SNAPSHOT, 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>
|
2016-09-06 15:07:12 +02:00
|
|
|
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
|
2016-06-22 12:00:47 +02:00
|
|
|
</dependency>
|
2016-06-22 11:47:59 +02:00
|
|
|
<!-- END Clients Related Dependencies -->
|
2016-06-22 11:22:03 +02: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>
|
2016-06-22 15:11:57 +02:00
|
|
|
<version>[2.0.0-SNAPSHOT, 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>
|
2016-06-22 15:11:57 +02:00
|
|
|
<version>[2.0.0-SNAPSHOT, 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>
|
2017-05-12 09:55:10 +02:00
|
|
|
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
2016-03-01 17:54:21 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.accounting</groupId>
|
|
|
|
<artifactId>accounting-lib</artifactId>
|
2017-05-12 09:55:10 +02:00
|
|
|
<version>[3.0.0-SNAPSHOT, 4.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
|
|
|
|
|
|
|
<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>
|
|
|
|
|
2017-09-27 14:54:33 +02:00
|
|
|
<!-- Jackson -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-databind</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-annotations</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.core</groupId>
|
|
|
|
<artifactId>jackson-core</artifactId>
|
|
|
|
<version>${jackson.version}</version>
|
|
|
|
</dependency>
|
|
|
|
<!-- END Jackson -->
|
2016-03-01 17:54:21 +01:00
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
2016-06-21 17:51:00 +02:00
|
|
|
|
2016-03-01 17:54:21 +01:00
|
|
|
</project>
|