Details
-
New Feature
-
Status: Resolved
-
Major
-
Resolution: Won't Do
-
None
-
None
-
None
Description
slf4j-simple is sometimes added to classpaths to shut up annoying warnings from SLF4J at run and test time, even though it isn't absolutely required. Can we do better with our analysis of the common case and similar ones, rather than reporting it as declared but unused?
```
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-simple</artifactId>
<scope>test</scope>
</dependency>
```
Attachments
Issue Links
- is fixed by
-
MDEP-957 Special case slf4j-simple et al to not report used but undeclared
- Closed