Fixed 52n-client-library version

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/portlets/widgets/data-miner-manager-widget@147211 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Giancarlo Panichi 2017-04-27 08:08:11 +00:00
parent da00f0e4e3
commit 2d04d94020
1 changed files with 11 additions and 3 deletions

14
pom.xml
View File

@ -82,8 +82,8 @@
<artifactId>xercesImpl</artifactId>
<version>2.9.1</version>
</dependency>
<!-- Storage -->
<dependency>
<groupId>org.gcube.contentmanagement</groupId>
@ -251,7 +251,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>
@ -315,11 +315,19 @@
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<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>