You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ab...@apache.org on 2015/11/08 08:30:09 UTC

sqoop git commit: SQOOP-2672: Sqoop2: Remove double dependency on mockito in shell module

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 c173f6a52 -> e19b87702


SQOOP-2672: Sqoop2: Remove double dependency on mockito in shell module

(Jarek Jarcec Cecho via Abraham Elmahrek)


Project: http://git-wip-us.apache.org/repos/asf/sqoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/sqoop/commit/e19b8770
Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/e19b8770
Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/e19b8770

Branch: refs/heads/sqoop2
Commit: e19b877029195af31cb43ec34389a87f8ead3709
Parents: c173f6a
Author: Abraham <ab...@elmahrek.com>
Authored: Sat Nov 7 23:29:14 2015 -0800
Committer: Abraham <ab...@elmahrek.com>
Committed: Sat Nov 7 23:29:14 2015 -0800

----------------------------------------------------------------------
 shell/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/e19b8770/shell/pom.xml
----------------------------------------------------------------------
diff --git a/shell/pom.xml b/shell/pom.xml
index 7fa815b..c70c745 100644
--- a/shell/pom.xml
+++ b/shell/pom.xml
@@ -81,11 +81,6 @@ limitations under the License.
       <artifactId>testng</artifactId>
       <scope>test</scope>
     </dependency>
-    <dependency>
-      <groupId>org.mockito</groupId>
-      <artifactId>mockito-all</artifactId>
-      <scope>test</scope>
-    </dependency>
   </dependencies>
 
   <profiles>