Browse Source

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

Ayush Saxena 5 năm trước cách đây
mục cha
commit
c7204417d7
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>