Repository: apex-malhar Updated Branches: refs/heads/APEXMALHAR-2138 [created] 2d48548da
APEXMALHAR-2138: Removed multiple declarations of mockito lib. Project: http://git-wip-us.apache.org/repos/asf/apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-malhar/commit/deb29dc7 Tree: http://git-wip-us.apache.org/repos/asf/apex-malhar/tree/deb29dc7 Diff: http://git-wip-us.apache.org/repos/asf/apex-malhar/diff/deb29dc7 Branch: refs/heads/APEXMALHAR-2138 Commit: deb29dc796985fdd6729e3755533cf5e63441a5e Parents: aaa4464 Author: harsh306 <[email protected]> Authored: Tue Jul 19 20:59:06 2016 +0530 Committer: harsh306 <[email protected]> Committed: Tue Jul 19 20:59:06 2016 +0530 ---------------------------------------------------------------------- library/pom.xml | 6 ------ 1 file changed, 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-malhar/blob/deb29dc7/library/pom.xml ---------------------------------------------------------------------- diff --git a/library/pom.xml b/library/pom.xml index e9f64c8..f26940b 100644 --- a/library/pom.xml +++ b/library/pom.xml @@ -340,12 +340,6 @@ <version>1.0.0</version> </dependency> <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <version>1.8.5</version> - <scope>test</scope> - </dependency> - <dependency> <groupId>com.amazonaws</groupId> <artifactId>aws-java-sdk-s3</artifactId> <version>1.10.73</version>
