Skip to content

[MDEP-957] Special case slf4j-simple et al to not report used but undeclared #1462

Closed
@jira-importer

Description

@jira-importer

Elliotte Rusty Harold opened MDEP-957 and commented

Originally reported in https://issues.apache.org/jira/browse/MSHARED-1204?filter=-1

slf4j-simple is often deliberately 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>

Issue Links:

  • MSHARED-1204 Consider special casing slf4j-simple et al
    ("fixes")

Remote Links:

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions