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:
parent
63e3fac0f2
commit
ab60a24601
16
pom.xml
16
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue