This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-io.git
The following commit(s) were added to refs/heads/master by this push:
new 9ac69f4 Add missing scope.
9ac69f4 is described below
commit 9ac69f4bcc34625ec5e77a18f8ca940894b6dcc2
Author: Gary Gregory <[email protected]>
AuthorDate: Thu Oct 22 17:29:54 2020 -0400
Add missing scope.
---
pom.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/pom.xml b/pom.xml
index 5f222f0..d601052 100644
--- a/pom.xml
+++ b/pom.xml
@@ -252,6 +252,7 @@ file comparators, endian transformation classes, and much
more.
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-params</artifactId>
<version>5.7.0</version>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>