Skip to content

Commit

Permalink
POM: slf4j-api is ignoredUsedUndeclaredDependency, often false alarms
Browse files Browse the repository at this point in the history
  • Loading branch information
virgo47 committed Mar 2, 2020
1 parent 2a2ae2d commit 41e2736
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -1738,6 +1738,7 @@

<!-- Falsely reported, not used explicitly, only transient dependency. -->
<ignoredUsedUndeclaredDependency>org.slf4j:jcl-over-slf4j</ignoredUsedUndeclaredDependency>
<ignoredUsedUndeclaredDependency>org.slf4j:slf4j-api</ignoredUsedUndeclaredDependency>
<ignoredUsedUndeclaredDependency>org.danekja:jdk-serializable-functional</ignoredUsedUndeclaredDependency>
</ignoredUsedUndeclaredDependencies>
</configuration>
Expand Down

0 comments on commit 41e2736

Please sign in to comment.