DependencyManagement has been switched from deprecated

maven-smartgears-bom to gcube-bom and gcube-smartgears-bom
This commit is contained in:
Luca Frosini 2019-09-27 12:01:18 +02:00
parent 702c93266c
commit 84aa781599
1 changed files with 8 additions and 1 deletions

View File

@ -27,7 +27,14 @@
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-smartgears-bom</artifactId>
<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>
<type>pom</type>
<scope>import</scope>