Browse Source

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

Ayush Saxena 5 years ago
parent
commit
c7204417d7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      hadoop-submarine/pom.xml

+ 1 - 0
hadoop-submarine/pom.xml

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