Added slf4j-api as provided refs #23518

This commit is contained in:
Luca Frosini 2022-06-16 11:03:22 +02:00
parent 6bb071da90
commit 8f0cbc06c6
2 changed files with 6 additions and 0 deletions

View File

@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## [v3.1.0-SNAPSHOT]
- Upgraded gcube-smartgears-bom to 2.2.0-SNAPSHOT
- added slf4j-api as provided [#23518]
## [v3.0.0]

View File

@ -232,6 +232,11 @@ In such a way any plugin developer does not have to deal with dependencies confl
<artifactId>xstream</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
</dependencyManagement>
</project>