Removed Information System BOM usage

This commit is contained in:
Luca Frosini 2020-10-14 18:30:41 +02:00
parent cb84f7aa29
commit 7efdf5cf91
1 changed files with 1 additions and 7 deletions

View File

@ -36,13 +36,6 @@
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
@ -61,6 +54,7 @@
<dependency>
<groupId>com.orientechnologies</groupId>
<artifactId>orientdb-graphdb</artifactId>
<version>3.0.34</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>