Added is-model and gcube resources

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/gcube-bom@130936 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-08-02 09:00:09 +00:00
parent 63e3fac0f2
commit ab60a24601
1 changed files with 16 additions and 0 deletions

16
pom.xml
View File

@ -66,6 +66,22 @@
</dependency>
<!-- Facets Based Resource Model related dependecies -->
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-model</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>gcube-resources</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>
<!-- END Facets Based Resource Model related dependecies -->
<!-- Clients Related Dependencies -->
<dependency>
<groupId>org.gcube.core</groupId>