You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Actually, JUnit 4 is only used for testing. Therefore, I suggest to change the scope of JUnit 4 from compile to test. I use JUnit 5 for my JUnit tests, and I would prefer, if clocks-testing would not add JUnit 4 unnecessarily to the classpath.
The text was updated successfully, but these errors were encountered:
The Maven artifact clocks-testing 1.0.1070 declares JUnit 4 as compile dependency: http://central.maven.org/maven2/com/timgroup/clocks-testing/1.0.1070/clocks-testing-1.0.1070.pom
Actually, JUnit 4 is only used for testing. Therefore, I suggest to change the scope of JUnit 4 from
compile
totest
. I use JUnit 5 for my JUnit tests, and I would prefer, if clocks-testing would not add JUnit 4 unnecessarily to the classpath.The text was updated successfully, but these errors were encountered: