Fixed imports and code to comply with IsIdentifiedBy relation which has

been moved from IS Model to gCube Model
This commit is contained in:
Luca Frosini 2019-12-05 12:13:31 +01:00
parent 2c4950a6fb
commit fd87c36ee9
1 changed files with 2 additions and 3 deletions

View File

@ -29,14 +29,14 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>LATEST</version>
<version>1.4.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-bom</artifactId>
<version>LATEST</version>
<version>1.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -79,7 +79,6 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.13</version>
<scope>test</scope>
</dependency>
<dependency>