ref 18289: the latest wps doesn't work

https://support.d4science.org/issues/18289

Rebuild Snapshot
This commit is contained in:
Giancarlo Panichi 2020-04-23 12:41:40 +02:00
parent 3c7bb46afc
commit 5f0d683498
1 changed files with 10 additions and 2 deletions

12
pom.xml
View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>seadatanet-connector</artifactId>
<version>1.2.1</version>
<version>1.2.1-SNAPSHOT</version>
<name>seadatanet-connector</name>
<description>seadatanet-connector</description>
@ -17,7 +17,7 @@
<dependency>
<groupId>org.gcube.dataanalysis</groupId>
<artifactId>ecological-engine-geospatial-extensions</artifactId>
<version>[1.5.1, 2.0.0-SNAPSHOT)</version>
<version>[1.5.0, 2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
@ -30,6 +30,14 @@
<version>1.7.5</version>
</dependency>
<!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.5.12</version>
</dependency>
</dependencies>
<build>