Repository: sqoop Updated Branches: refs/heads/sqoop2 ae2c63e66 -> 6edc79add
SQOOP-2095: Sqoop2: Remove duplicate maven dependency org.mockito:mockito-all (Richard Zhou 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/6edc79ad Tree: http://git-wip-us.apache.org/repos/asf/sqoop/tree/6edc79ad Diff: http://git-wip-us.apache.org/repos/asf/sqoop/diff/6edc79ad Branch: refs/heads/sqoop2 Commit: 6edc79add2e7a735dd3b6cb3d003b6c04ef06840 Parents: ae2c63e Author: Abraham Elmahrek <[email protected]> Authored: Mon Feb 9 22:00:24 2015 -0800 Committer: Abraham Elmahrek <[email protected]> Committed: Mon Feb 9 22:00:24 2015 -0800 ---------------------------------------------------------------------- execution/mapreduce/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/sqoop/blob/6edc79ad/execution/mapreduce/pom.xml ---------------------------------------------------------------------- diff --git a/execution/mapreduce/pom.xml b/execution/mapreduce/pom.xml index 3ad8d10..814f2ce 100644 --- a/execution/mapreduce/pom.xml +++ b/execution/mapreduce/pom.xml @@ -68,12 +68,6 @@ limitations under the License. <type>test-jar</type> <scope>test</scope> </dependency> - - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <scope>test</scope> - </dependency> <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId>
