diff options
author | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-02-09 13:40:20 +0000 |
---|---|---|
committer | subhash kumar singh <subhash.kumar.singh@huawei.com> | 2018-02-09 13:43:24 +0000 |
commit | b93c38178cb7776cdc755f407ce4c6afb9825827 (patch) | |
tree | 9db3dcfa1bca7824aebdb397a93ebe169a2672d5 /mso-api-handlers/mso-requests-db/pom.xml | |
parent | 5ce818fe869b66e4c4031776fb66215059b079c5 (diff) |
Imporve test coverage for RequestDatabase
Import test coverate for requestDatabase.
Change-Id: Idc25f9758ca4c4e03460642e9e2460f0b126726e
Issue-ID: SO-360
Signed-off-by: subhash kumar singh <subhash.kumar.singh@huawei.com>
Diffstat (limited to 'mso-api-handlers/mso-requests-db/pom.xml')
-rw-r--r-- | mso-api-handlers/mso-requests-db/pom.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/mso-api-handlers/mso-requests-db/pom.xml b/mso-api-handlers/mso-requests-db/pom.xml index 6a4941e53e..cdfa0fa8db 100644 --- a/mso-api-handlers/mso-requests-db/pom.xml +++ b/mso-api-handlers/mso-requests-db/pom.xml @@ -55,6 +55,12 @@ </exclusions> </dependency> <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.12</version> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.hibernate</groupId> <artifactId>hibernate-entitymanager</artifactId> <version>4.3.6.Final</version> @@ -101,6 +107,12 @@ <artifactId>common</artifactId> <version>${project.version}</version> </dependency> + <dependency> + <groupId>org.jmockit</groupId> + <artifactId>jmockit</artifactId> + <version>1.19</version> + <scope>test</scope> + </dependency> </dependencies> <packaging>jar</packaging> <build> |