소스 검색

SUBMARINE-107. Reduce the scope of mockito-core in submarine to test. Contributed by kevin su.

Ayush Saxena 5 년 전
부모
커밋
c7204417d7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      hadoop-submarine/pom.xml

+ 1 - 0
hadoop-submarine/pom.xml

@@ -44,6 +44,7 @@
         <groupId>org.mockito</groupId>
         <artifactId>mockito-core</artifactId>
         <version>2.23.4</version>
+        <scope>test</scope>
       </dependency>
 
       <dependency>