diff options
author | Seshu Kumar M <seshu.kumar.m@huawei.com> | 2018-03-22 10:26:56 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-03-22 10:26:56 +0000 |
commit | 54fbbb80d7f895150d2cc2a028f90a58b93e3814 (patch) | |
tree | 3f278bcc13432abaa6700e2ca79c2595f3a9c547 /asdc-controller | |
parent | fbdba83be5d7b10eb613e31c32a2d2af4565b1ab (diff) | |
parent | db675a54e8e7bb3553e059d237774b4b737488f1 (diff) |
Merge "added custom validators for use with openpojo"
Diffstat (limited to 'asdc-controller')
-rw-r--r-- | asdc-controller/pom.xml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/asdc-controller/pom.xml b/asdc-controller/pom.xml index a06a16ddd8..ff21372240 100644 --- a/asdc-controller/pom.xml +++ b/asdc-controller/pom.xml @@ -28,12 +28,6 @@ </build> <dependencies> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <version>1.10.19</version> - <scope>test</scope> - </dependency> <dependency> <groupId>org.jmockit</groupId> <artifactId>jmockit</artifactId> |