diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-01-11 10:35:01 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-01-11 10:35:01 +0000 |
commit | 7aa50d539cd67191423168be7520a8613ecfcc6b (patch) | |
tree | 00da89685ebe4dceed024ae8cd83fd3131f520c6 /mso-catalog-db/pom.xml | |
parent | 4da1270fb9814f230e064e995bb379db6a4d25d4 (diff) |
UT for catalogDatabase
Fix the UT's for catalogDatabase.java.
Change-Id: Id385b5318c52e58d5de41a0a9032964de1bc63fa
Issue-ID: SO-360
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'mso-catalog-db/pom.xml')
-rw-r--r-- | mso-catalog-db/pom.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/mso-catalog-db/pom.xml b/mso-catalog-db/pom.xml index 8b663c1394..0dc9e348e9 100644 --- a/mso-catalog-db/pom.xml +++ b/mso-catalog-db/pom.xml @@ -171,5 +171,11 @@ <artifactId>common</artifactId> <version>${project.version}</version> </dependency> - </dependencies> + <dependency> + <groupId>org.jmockit</groupId> + <artifactId>jmockit</artifactId> + <version>1.8</version> + <scope>test</scope> + </dependency> + </dependencies> </project> |