Fabio Sinibaldi 2019-11-21 14:38:32 +00:00
parent 9bfe8fc735
commit ac2dd9cd56
3 changed files with 11 additions and 5 deletions

View File

@ -5,4 +5,7 @@
<Changeset component="data-transfer-library-1.1.0" date="2016-10-24">
<Change>Adapted to plugin framework</Change>
</Changeset>
<Changeset component="data-transfer-library-1.2.1" date="2017-12-04">
<Change>Fixed Jersey version</Change>
</Changeset>
</ReleaseNotes>

11
pom.xml
View File

@ -4,17 +4,18 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>LATEST</version>
<version>1.0.0</version>
</parent>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>data-transfer-library</artifactId>
<version>1.2.0-SNAPSHOT</version>
<version>1.2.1-SNAPSHOT</version>
<name>DataTransfer-library</name>
<description>Data Transfer Service client library</description>
<properties>
<distroDirectory>${project.basedir}/distro</distroDirectory>
<svnBaseUrl>http://svn.research-infrastructures.eu/d4science/gcube/trunk/data-transfer/${project.artifactId}</svnBaseUrl>
<jersey-version>2.14</jersey-version>
</properties>
@ -81,13 +82,15 @@
<dependency>
<groupId>org.glassfish.jersey.core</groupId>
<artifactId>jersey-client</artifactId>
<version>2.22.2</version>
<!-- <version>2.22.2</version> -->
<version>${jersey-version}</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.media</groupId>
<artifactId>jersey-media-json-jackson</artifactId>
<version>2.22.2</version>
<!-- <version>2.22.2</version> -->
<version>${jersey-version}</version>
</dependency>
<dependency>

View File

@ -30,7 +30,7 @@ public class TestClientCalls {
static String hostname="http://thredds-d-d4s.d4science.org";
// static String hostname="https://geoserver1-spatial-dev.d4science.org";
static String scope="/gcube/devNext";
static String scope="/gcube/devNext/NextNext";
static Client client;