Fixed 52n-client-library version

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-analysis/data-miner-manager-cl@147201 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-04-26 17:16:56 +00:00
parent b05a9706b9
commit 96afbb80b4
1 changed files with 8 additions and 1 deletions

View File

@ -155,7 +155,7 @@
<dependency>
<groupId>org.n52.wps</groupId>
<artifactId>52n-wps-client-lib</artifactId>
<version>3.2.0</version>
<version>[3.3.1,3.3.3)</version>
<exclusions>
<exclusion>
<artifactId>gt-opengis</artifactId>
@ -183,6 +183,13 @@
<version>1.7.5</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>[3.0.0,4.0.0)</version>
<scope>test</scope>
</dependency>
</dependencies>