upgraded to portal-bom.3.2.6-SNAPSHOT

This commit is contained in:
Fabio Sinibaldi 2021-05-20 11:29:41 +02:00
parent 6f54921161
commit 7074c8daa6
1 changed files with 7 additions and 3 deletions

10
pom.xml
View File

@ -30,7 +30,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.0</version>
<version>3.6.2-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -63,7 +63,6 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>oidc-library</artifactId>
<version>1.2.1</version>
</dependency>
<!-- JSON paths -->
@ -76,9 +75,14 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<artifactId>slf4j-api</artifactId>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
<scope>test</scope>
</dependency>
</dependencies>