This commit is contained in:
Lucio Lelii 2016-10-05 09:27:43 +00:00
parent 93917d59c8
commit 9ab8031f48
1 changed files with 11 additions and 1 deletions

12
pom.xml
View File

@ -48,6 +48,16 @@
<artifactId>common-smartgears-app</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-client</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-authorization</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.data.analysis.tabulardata</groupId>
<artifactId>tabulardata-client-library</artifactId>
@ -117,7 +127,7 @@
<artifactId>lombok</artifactId>
<version>0.11.6</version>
</dependency>
<dependency>
<groupId>org.glassfish.jersey.test-framework.providers</groupId>
<artifactId>jersey-test-framework-provider-simple</artifactId>