diff options
author | Tal Gitelman <tg851x@intl.att.com> | 2018-06-06 13:56:56 +0300 |
---|---|---|
committer | Tal Gitelman <tg851x@intl.att.com> | 2018-06-06 11:35:44 +0000 |
commit | e849acfa8d05d86d5f57a3e45f1e2acaf023cb93 (patch) | |
tree | 859b816fcc03a9f03203b40244a17d965ad42f34 /catalog-model/pom.xml | |
parent | 97093972d5eb21b5529a40be9ad9fcbe043d5576 (diff) |
new unit tests for sdc-dao
Change-Id: Id7ba81e71502db771f7243f526d46eb0865f16f2
Issue-ID: SDC-1333
Signed-off-by: Tal Gitelman <tg851x@intl.att.com>
Diffstat (limited to 'catalog-model/pom.xml')
-rw-r--r-- | catalog-model/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/catalog-model/pom.xml b/catalog-model/pom.xml index 7910052dc1..08697a23c6 100644 --- a/catalog-model/pom.xml +++ b/catalog-model/pom.xml @@ -180,7 +180,13 @@ <artifactId>mockito-core</artifactId> <scope>test</scope> </dependency> - + + <dependency> + <groupId>org.jmockit</groupId> + <artifactId>jmockit</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.assertj</groupId> <artifactId>assertj-core</artifactId> |