Skip to content

Commit

Permalink
fix unused dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
max402 committed Sep 19, 2023
1 parent 0448315 commit d84a8c5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions datasafe-business/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -231,6 +231,8 @@
</ignoredUsedUndeclaredDependencies>
<ignoredNonTestScopedDependencies>
<ignoredNonTestScopedDependency>org.bouncycastle</ignoredNonTestScopedDependency>
<ignoredNonTestScopedDependency>org.slf4j</ignoredNonTestScopedDependency>
<ignoredNonTestScopedDependency>org.projectlombok</ignoredNonTestScopedDependency>
</ignoredNonTestScopedDependencies>
</configuration>
</execution>
Expand Down

0 comments on commit d84a8c5

Please sign in to comment.