Add required dependency to fix compilation 11/35711/1
authorsubhash kumar singh <subhash.kumar.singh@huawei.com>
Wed, 14 Mar 2018 08:54:22 +0000 (08:54 +0000)
committersubhash kumar singh <subhash.kumar.singh@huawei.com>
Wed, 14 Mar 2018 08:54:22 +0000 (08:54 +0000)
Add mockito dependency to fix compilation issue.

Change-Id: I8216a4f5cd3444642b75b91a87578aad6149f969
Issue-ID: SO-480
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
adapters/mso-tenant-adapter/pom.xml

index 916c3a7..fcf264e 100644 (file)
                        <artifactId>status-control</artifactId>
                        <version>${project.version}</version>
                </dependency>
+                <dependency>
+                    <groupId>org.mockito</groupId>
+                    <artifactId>mockito-all</artifactId>
+                    <version>1.10.19</version>
+                    <scope>test</scope>
+                </dependency>
        </dependencies>
 </project>