summaryrefslogtreecommitdiff
path: root/hadoop-common-project
diff options
context:
space:
mode:
authorJason Lowe <jlowe@oath.com>2018-05-02 17:30:10 +0900
committerAkira Ajisaka <aajisaka@apache.org>2018-05-02 17:32:26 +0900
commite5ef506dc1cc3b8a0dee887f9bf46a9b2793208b (patch)
tree9e7e3871a76486acc385992cd9a63a69b390f9b6 /hadoop-common-project
parente6e2146ae0acaade1c65110427e3c7aa5eadbc28 (diff)
HADOOP-15406. hadoop-nfs dependencies for mockito and junit are not test scope
Signed-off-by: Akira Ajisaka <aajisaka@apache.org> (cherry picked from commit e07156e8b07552b877a22565641465e211144f6f)
Diffstat (limited to 'hadoop-common-project')
-rw-r--r--hadoop-common-project/hadoop-nfs/pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/hadoop-common-project/hadoop-nfs/pom.xml b/hadoop-common-project/hadoop-nfs/pom.xml
index b5366fb17c..725d660110 100644
--- a/hadoop-common-project/hadoop-nfs/pom.xml
+++ b/hadoop-common-project/hadoop-nfs/pom.xml
@@ -56,10 +56,12 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
+ <scope>test</scope>
</dependency>
<dependency>
<groupId>commons-logging</groupId>