Fixed 52n-client-library version

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/user/data-miner-manager@147202 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-04-26 17:17:27 +00:00
parent 45e3e243a2
commit 8e16fb38bc
1 changed files with 8 additions and 1 deletions

View File

@ -248,7 +248,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>
@ -310,6 +310,13 @@
<artifactId>slf4j-log4j12</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>[3.0.0,4.0.0)</version>
<scope>test</scope>
</dependency>
</dependencies>
<repositories>