77 lines
1.8 KiB
XML
77 lines
1.8 KiB
XML
<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.data-publishing.gFeed</groupId>
|
|
<artifactId>gFeed-Suite</artifactId>
|
|
<version>1.0.4</version>
|
|
</parent>
|
|
<artifactId>commons</artifactId>
|
|
<name>commons</name>
|
|
<version>1.0.4</version>
|
|
<description>Common utilities for gCatFeeder logic</description>
|
|
|
|
|
|
<scm>
|
|
<connection>scm:git:${gitBaseUrl}/gFeed</connection>
|
|
<developerConnection>scm:git:${gitBaseUrl}/gFeed</developerConnection>
|
|
<url>${gitBaseUrl}/gFeed</url>
|
|
</scm>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
<groupId>org.gcube.resourcemanagement</groupId>
|
|
<artifactId>resourcemanager-client</artifactId>
|
|
<version>[1.0.0,2.0.0)</version>
|
|
</dependency>
|
|
|
|
|
|
<!-- GCUBE -->
|
|
<dependency>
|
|
<groupId>org.gcube.core</groupId>
|
|
<artifactId>common-generic-clients</artifactId>
|
|
</dependency>
|
|
|
|
<dependency>
|
|
<groupId>org.gcube.core</groupId>
|
|
<artifactId>common-gcube-calls</artifactId>
|
|
</dependency>
|
|
|
|
|
|
|
|
<!-- JERSEY -->
|
|
<dependency>
|
|
<groupId>org.glassfish.jersey.core</groupId>
|
|
<artifactId>jersey-client</artifactId>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>org.glassfish.jersey.media</groupId>
|
|
<artifactId>jersey-media-json-jackson</artifactId>
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
<groupId>org.slf4j</groupId>
|
|
<artifactId>slf4j-api</artifactId>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>org.gcube.common</groupId>
|
|
<artifactId>authorization-client</artifactId>
|
|
</dependency>
|
|
|
|
|
|
<dependency>
|
|
<groupId>org.gcube.core</groupId>
|
|
<artifactId>common-encryption</artifactId>
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</project> |