Massimiliano Assante 2016-07-06 14:55:46 +00:00
parent 4a8ba322e2
commit 8005a3a0ef
1 changed files with 11 additions and 1 deletions

10
pom.xml
View File

@ -33,6 +33,16 @@
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>home-library</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>home-library-model</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>home-library-jcr</artifactId>