Uploaded image for project: 'Maven Shared Components'
  1. Maven Shared Components
  2. MSHARED-1204

Consider special casing slf4j-simple et al

    XMLWordPrintableJSON

Details

    • New Feature
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 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

        Activity

          People

            Unassigned Unassigned
            elharo Elliotte Rusty Harold
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated: