Explorar o código

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)
Jason Lowe %!s(int64=7) %!d(string=hai) anos
pai
achega
cacd267b0d
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  1. 2 0
      hadoop-common-project/hadoop-nfs/pom.xml

+ 2 - 0
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>