updated pom
This commit is contained in:
parent
3222755f8e
commit
d7d95ea531
3
pom.xml
3
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue