We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7dabfb commit cecddfeCopy full SHA for cecddfe
pom.xml
@@ -322,6 +322,17 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/x
322
<bannedImport>org.apache.commons.logging.**</bannedImport>
323
</bannedImports>
324
</restrictImports>
325
+ <restrictImports>
326
+ <includeTestCode>true</includeTestCode>
327
+ <reason>Use JUnit5</reason>
328
+ <bannedImports>
329
+ <bannedImport>org.junit.**</bannedImport>
330
+ </bannedImports>
331
+ <allowedImports>
332
+ <allowedImport>org.junit.jupiter.**</allowedImport>
333
+ <allowedImport>org.junit.platform.**</allowedImport>
334
+ </allowedImports>
335
+ </restrictImports>
336
</rules>
337
</configuration>
338
</execution>
0 commit comments