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-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new e5597982 Revert "Remove explicit dependency"
e5597982 is described below
commit e5597982f0b55f3502bed0c11b674796a394c0f5
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Oct 11 10:52:49 2023 -0400
Revert "Remove explicit dependency"
This reverts commit 3d5733be1c9817c73eb7a425abec394db3773b63.
---
commons-vfs2-hdfs/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/commons-vfs2-hdfs/pom.xml b/commons-vfs2-hdfs/pom.xml
index 33433fae..4abc8d2d 100644
--- a/commons-vfs2-hdfs/pom.xml
+++ b/commons-vfs2-hdfs/pom.xml
@@ -94,6 +94,11 @@
<type>test-jar</type>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.mockito</groupId>
+ <artifactId>mockito-core</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<properties>