commit | 9ac69f4bcc34625ec5e77a18f8ca940894b6dcc2 | [log] [tgz] |
---|---|---|
author | Gary Gregory <gardgregory@gmail.com> | Thu Oct 22 17:29:54 2020 -0400 |
committer | Gary Gregory <gardgregory@gmail.com> | Thu Oct 22 17:29:54 2020 -0400 |
tree | 7778957925bdef4ce88055ec1064c275325841f8 | |
parent | 5160a2823552289e4ffd456e5042324e27013ddd [diff] |
Add missing scope.
diff --git a/pom.xml b/pom.xml index 5f222f0..d601052 100644 --- a/pom.xml +++ b/pom.xml
@@ -252,6 +252,7 @@ <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-params</artifactId> <version>5.7.0</version> + <scope>test</scope> </dependency> <dependency> <groupId>org.mockito</groupId>