java-katas icon indicating copy to clipboard operation
java-katas copied to clipboard

JUnit5 dependencies in poms to test scope

Open c-guntur opened this issue 6 years ago • 0 comments

Code that relies on JUnit5, currently resides in the production directories at src/main/java. This causes the maven dependency to be in production scope and not test scope. Move such code to a separate module and depend on that module in the katas. The poms for the katas can then move all JUnit dependencies to test scope.

c-guntur avatar Jul 10 '19 11:07 c-guntur