sfl4j-api provided

This commit is contained in:
Fabio Sinibaldi 2022-03-16 15:45:23 +01:00
parent 69b8eec8ea
commit 44945ee475
1 changed files with 20 additions and 0 deletions

View File

@ -27,7 +27,27 @@
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.1.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.gcube.application.cms</groupId>
<artifactId>geoportal-common</artifactId>