queueit / KnownUser.V3.JAVA

Known User Implementation (v.3.x) for Java
MIT License
7 stars 9 forks source link

Do not include junit as dependency #11

Closed killergerbah closed 1 year ago

killergerbah commented 1 year ago

This library was including junit as a non-test dependency. This change removes junit as a non-test dependency by moving junit under the test scope.