Repository: stratos Updated Branches: refs/heads/cc-unit-tests [created] 46d085e30
Adding Mockito dependency to CC. Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/7e9399a4 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/7e9399a4 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/7e9399a4 Branch: refs/heads/cc-unit-tests Commit: 7e9399a4da8d0daa2e729cd340261609dc46f78e Parents: 4ed3cda Author: Nirmal Fernando <[email protected]> Authored: Wed Oct 1 09:00:42 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Wed Oct 1 09:00:42 2014 +0530 ---------------------------------------------------------------------- components/org.apache.stratos.cloud.controller/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/7e9399a4/components/org.apache.stratos.cloud.controller/pom.xml ---------------------------------------------------------------------- diff --git a/components/org.apache.stratos.cloud.controller/pom.xml b/components/org.apache.stratos.cloud.controller/pom.xml index 59eaa46..feae163 100644 --- a/components/org.apache.stratos.cloud.controller/pom.xml +++ b/components/org.apache.stratos.cloud.controller/pom.xml @@ -304,6 +304,12 @@ <artifactId>org.wso2.carbon.ntask.core</artifactId> <version>4.2.0</version> </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-all</artifactId> + <version>1.9.5</version> + <scope>test</scope> + </dependency> </dependencies> <properties> <gson2.version>2.2</gson2.version>
