Skip to content

Commit

Permalink
update excludes to prevent junit dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
llama90 committed Jun 19, 2024
1 parent 9f787de commit f41f9b7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -646,6 +646,9 @@ under the License.
<!-- Do not include annotation processors. Use the annotations-only artifacts -->
<exclude>org.immutables:value</exclude>
<exclude>org.checkerframework:checker</exclude>
<!-- Exclude all JUnit 4 dependencies -->
<exclude>junit:junit:4.*</exclude>
<exclude>org.junit.vintage:junit-vintage-engine</exclude>
</excludes>
</bannedDependencies>
</rules>
Expand Down

0 comments on commit f41f9b7

Please sign in to comment.