updated pom

This commit is contained in:
Francesco Mangiacrapa 2024-06-28 15:32:08 +02:00
parent 3222755f8e
commit d7d95ea531
1 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@
<junit.version>4.11</junit.version>
<gson.version>2.6.2</gson.version>
<gwt.version>2.9.0</gwt.version>
<maven.portal.bom>3.7.0</maven.portal.bom>
</properties>
<dependencyManagement>
@ -46,7 +47,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.8.0-SNAPSHOT</version>
<version>${maven.portal.bom}</version>
<type>pom</type>
<scope>import</scope>
</dependency>