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: 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

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: