Skip to content

Commit

Permalink
Remove JUnit assertions from illegal classes
Browse files Browse the repository at this point in the history
  • Loading branch information
giall committed Dec 19, 2022
1 parent 2ff8eca commit dc4122a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -686,10 +686,6 @@
<!-- Instead, please use
`com.google.common.collect.Streams`. -->
</property>
<property name="illegalClasses" value="org\.junit\.jupiter\.api\.Assertions(\..*?)?">
<!-- Instead, please use
`org.assertj.core.api.Assertions`. -->
</property>
<property name="illegalClasses" value="org\.springframework\.stereotype\.(Component|Controller|Service)">
<!-- We don't use Spring's
component scanning, so `@Component`
Expand Down

0 comments on commit dc4122a

Please sign in to comment.