2020-12-15 17:16:49 +01:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2019-05-09 14:43:09 +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>
|
2020-12-15 17:16:49 +01:00
|
|
|
<groupId>org.gcube.data-publishing.gFeed</groupId>
|
|
|
|
<artifactId>gFeed-Suite</artifactId>
|
2020-12-16 14:32:05 +01:00
|
|
|
<version>1.0.4</version>
|
2019-05-09 14:43:09 +02:00
|
|
|
</parent>
|
|
|
|
<artifactId>commons</artifactId>
|
|
|
|
<name>commons</name>
|
2020-12-16 14:32:05 +01:00
|
|
|
<version>1.0.4</version>
|
2019-05-09 14:43:09 +02:00
|
|
|
<description>Common utilities for gCatFeeder logic</description>
|
2020-12-15 17:16:49 +01:00
|
|
|
|
2019-05-09 14:43:09 +02:00
|
|
|
|
2020-02-14 13:56:41 +01:00
|
|
|
<scm>
|
|
|
|
<connection>scm:git:${gitBaseUrl}/gFeed</connection>
|
|
|
|
<developerConnection>scm:git:${gitBaseUrl}/gFeed</developerConnection>
|
|
|
|
<url>${gitBaseUrl}/gFeed</url>
|
2020-12-15 17:16:49 +01:00
|
|
|
</scm>
|
2019-05-09 14:43:09 +02:00
|
|
|
|
|
|
|
<dependencies>
|
2020-12-15 17:16:49 +01:00
|
|
|
|
2019-05-09 14:43:09 +02:00
|
|
|
<dependency>
|
2019-03-06 11:13:28 +01:00
|
|
|
<groupId>org.gcube.resourcemanagement</groupId>
|
|
|
|
<artifactId>resourcemanager-client</artifactId>
|
2020-12-16 14:32:05 +01:00
|
|
|
<version>[1.0.0,2.0.0)</version>
|
2019-03-06 11:13:28 +01:00
|
|
|
</dependency>
|
2019-05-09 14:43:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
<!-- GCUBE -->
|
2019-05-08 18:32:58 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-generic-clients</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-gcube-calls</artifactId>
|
|
|
|
</dependency>
|
2019-05-09 14:43:09 +02:00
|
|
|
|
|
|
|
|
2019-05-08 18:32:58 +02:00
|
|
|
|
|
|
|
<!-- JERSEY -->
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jersey.core</groupId>
|
|
|
|
<artifactId>jersey-client</artifactId>
|
|
|
|
</dependency>
|
2019-05-09 14:43:09 +02:00
|
|
|
|
2020-12-15 17:43:52 +01:00
|
|
|
|
2019-05-09 14:43:09 +02:00
|
|
|
<dependency>
|
2020-12-15 17:43:52 +01:00
|
|
|
<groupId>org.glassfish.jersey.media</groupId>
|
|
|
|
<artifactId>jersey-media-json-jackson</artifactId>
|
2019-05-09 14:43:09 +02:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
|
2020-12-15 17:43:52 +01:00
|
|
|
|
2019-05-09 14:43:09 +02:00
|
|
|
<dependency>
|
2019-03-06 11:13:28 +01:00
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
2019-05-09 14:43:09 +02:00
|
|
|
|
|
|
|
|
|
|
|
<dependency>
|
2019-03-06 11:13:28 +01:00
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>authorization-client</artifactId>
|
|
|
|
</dependency>
|
2019-05-09 14:43:09 +02:00
|
|
|
|
|
|
|
|
2019-03-12 19:01:29 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
2019-05-09 14:43:09 +02:00
|
|
|
<artifactId>common-encryption</artifactId>
|
2019-03-12 19:01:29 +01:00
|
|
|
</dependency>
|
2019-05-09 14:43:09 +02:00
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
2019-03-06 11:13:28 +01:00
|
|
|
</project>
|