1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

[Ci skip] Re-incluce Junit4

This commit is contained in:
TheBusyBiscuit 2020-09-02 14:13:44 +02:00
parent 7d075efc3f
commit e15d74bd00

View File

@ -319,12 +319,6 @@
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
</exclusion>
<exclusion>
<!-- We are using Junit 5 Jupiter, so we can just exclude -->
<!-- JUnit 4 here to prevent inconsistent test frameworks -->
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>