You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by ay...@apache.org on 2019/08/14 17:23:27 UTC

[hadoop] branch trunk updated: SUBMARINE-107. Reduce the scope of mockito-core in submarine to test. Contributed by kevin su.

This is an automated email from the ASF dual-hosted git repository.

ayushsaxena pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new c720441  SUBMARINE-107. Reduce the scope of mockito-core in submarine to test. Contributed by kevin su.
c720441 is described below

commit c7204417d7f75fd9a7eb07bdc19d303ebdaade80
Author: Ayush Saxena <ay...@apache.org>
AuthorDate: Wed Aug 14 22:37:22 2019 +0530

    SUBMARINE-107. Reduce the scope of mockito-core in submarine to test. Contributed by kevin su.
---
 hadoop-submarine/pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/hadoop-submarine/pom.xml b/hadoop-submarine/pom.xml
index 501dfb4..c3b13b3 100644
--- a/hadoop-submarine/pom.xml
+++ b/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>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org