Skip to content

Commit

Permalink
Fix analyze deps issue
Browse files Browse the repository at this point in the history
  • Loading branch information
rpoet-jh committed Oct 28, 2024
1 parent ffaa988 commit 40be024
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pass-data-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,9 @@
<!-- junit-jupiter is a module containing the junit api jars used directly -->
<ignoredUnusedDeclaredDependency>org.junit.jupiter:junit-jupiter</ignoredUnusedDeclaredDependency>
</ignoredUnusedDeclaredDependencies>
<ignoredNonTestScopedDependencies>
<ignoredNonTestScopedDependency>ch.qos.logback:logback-classic:</ignoredNonTestScopedDependency>
</ignoredNonTestScopedDependencies>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit 40be024

Please sign in to comment.