2018-06-19 11:42:57 +02:00
|
|
|
<project xmlns="http://maven.apache.org/POM/4.0.0"
|
|
|
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
2018-02-15 18:13:50 +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>
|
|
|
|
<artifactId>maven-parent</artifactId>
|
|
|
|
<groupId>org.gcube.tools</groupId>
|
2019-09-25 13:57:25 +02:00
|
|
|
<version>1.1.0</version>
|
2018-02-15 18:13:50 +01:00
|
|
|
<relativePath />
|
|
|
|
</parent>
|
|
|
|
|
2019-10-03 09:43:27 +02:00
|
|
|
<scm>
|
|
|
|
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/storagehub-client-library.git</connection>
|
|
|
|
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/storagehub-client-library.git</developerConnection>
|
|
|
|
<url>https://code-repo.d4science.org/gCubeSystem/storagehub-client-library</url>
|
|
|
|
</scm>
|
2019-09-20 10:47:16 +02:00
|
|
|
|
2018-02-15 18:13:50 +01:00
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>storagehub-client-library</artifactId>
|
2020-01-22 17:05:20 +01:00
|
|
|
<version>1.0.8</version>
|
2018-10-12 13:02:35 +02:00
|
|
|
<name>storagehub-client-library</name>
|
2018-02-15 18:13:50 +01:00
|
|
|
|
|
|
|
<dependencyManagement>
|
|
|
|
<dependencies>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.distribution</groupId>
|
|
|
|
<artifactId>gcube-bom</artifactId>
|
2019-10-08 11:57:40 +02:00
|
|
|
<version>1.3.1</version>
|
2018-02-15 18:13:50 +01:00
|
|
|
<type>pom</type>
|
|
|
|
<scope>import</scope>
|
|
|
|
</dependency>
|
|
|
|
</dependencies>
|
|
|
|
</dependencyManagement>
|
|
|
|
|
|
|
|
<dependencies>
|
2018-06-19 11:42:57 +02:00
|
|
|
|
2018-12-03 11:10:55 +01:00
|
|
|
<dependency>
|
2018-04-18 15:55:20 +02:00
|
|
|
<groupId>org.gcube.common</groupId>
|
2019-01-16 15:18:05 +01:00
|
|
|
<artifactId>gxJRS</artifactId>
|
2018-12-03 11:10:55 +01:00
|
|
|
</dependency>
|
2018-02-15 18:13:50 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.10</version>
|
|
|
|
<scope>test</scope>
|
2018-10-24 15:22:33 +02:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>gov.nih.imagej</groupId>
|
|
|
|
<artifactId>imagej</artifactId>
|
|
|
|
<version>1.47</version>
|
|
|
|
<scope>test</scope>
|
2018-02-15 18:13:50 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>storagehub-model</artifactId>
|
2020-01-22 17:05:20 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2018-02-15 18:13:50 +01:00
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>com.fasterxml.jackson.jaxrs</groupId>
|
|
|
|
<artifactId>jackson-jaxrs-json-provider</artifactId>
|
|
|
|
<version>2.3.0</version>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jersey.media</groupId>
|
|
|
|
<artifactId>jersey-media-json-jackson</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.glassfish.jersey.media</groupId>
|
|
|
|
<artifactId>jersey-media-multipart</artifactId>
|
|
|
|
</dependency>
|
2019-10-03 09:43:27 +02:00
|
|
|
|
2018-02-15 18:13:50 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-gcube-calls</artifactId>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.common</groupId>
|
|
|
|
<artifactId>common-jaxrs-client</artifactId>
|
2020-01-22 17:05:20 +01:00
|
|
|
<version>[1.0.0,2.0.0-SNAPSHOT)</version>
|
2018-02-15 18:13:50 +01:00
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>org.gcube.core</groupId>
|
|
|
|
<artifactId>common-generic-clients</artifactId>
|
|
|
|
</dependency>
|
2018-12-03 11:10:55 +01:00
|
|
|
|
2018-09-27 18:27:55 +02:00
|
|
|
<dependency>
|
|
|
|
<groupId>org.slf4j</groupId>
|
|
|
|
<artifactId>slf4j-api</artifactId>
|
|
|
|
</dependency>
|
|
|
|
|
|
|
|
<dependency>
|
|
|
|
<groupId>junit</groupId>
|
|
|
|
<artifactId>junit</artifactId>
|
|
|
|
<version>4.11</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
|
|
|
<dependency>
|
|
|
|
<groupId>ch.qos.logback</groupId>
|
|
|
|
<artifactId>logback-classic</artifactId>
|
|
|
|
<version>1.0.13</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-12-03 11:10:55 +01:00
|
|
|
<dependency>
|
|
|
|
<groupId>commons-io</groupId>
|
|
|
|
<artifactId>commons-io</artifactId>
|
|
|
|
<version>2.4</version>
|
|
|
|
<scope>test</scope>
|
|
|
|
</dependency>
|
2018-02-15 18:13:50 +01:00
|
|
|
|
|
|
|
</dependencies>
|
|
|
|
|
|
|
|
<build>
|
|
|
|
<plugins>
|
|
|
|
<plugin>
|
|
|
|
<artifactId>maven-compiler-plugin</artifactId>
|
|
|
|
<version>2.3.2</version>
|
|
|
|
<configuration>
|
|
|
|
<target>1.8</target>
|
|
|
|
<source>1.8</source>
|
|
|
|
</configuration>
|
|
|
|
</plugin>
|
|
|
|
</plugins>
|
|
|
|
</build>
|
|
|
|
</project>
|