浏览代码

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>