Fixed pom

This commit is contained in:
Luca Frosini 2019-12-05 12:59:54 +01:00
parent 004fa47a7a
commit 86c3871949
1 changed files with 1 additions and 14 deletions

15
pom.xml
View File

@ -27,17 +27,10 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>LATEST</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>LATEST</version>
<version>1.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -53,15 +46,9 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-client</artifactId>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-events</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.core</groupId>
<artifactId>common-smartgears</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>