diff options
author | Wojciech Sliwka <wojciech.sliwka@nokia.com> | 2019-03-20 14:09:04 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-20 14:09:04 +0000 |
commit | 3c89b3583b66eff7f8fd473027fdc0d31a724268 (patch) | |
tree | ddd50a601edd29645f28c08c8fe861f8cdbb2f19 /vid-app-common/pom.xml | |
parent | 9e9f17ce23167e8b5fe85597048d39985d8a5277 (diff) | |
parent | f477d1d59382838c1cbeb3b73b325c7a4d535a3e (diff) |
Merge "Add tests for AaiServiceImpl"
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-x | vid-app-common/pom.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml index 38b06f1f8..8482ae627 100755 --- a/vid-app-common/pom.xml +++ b/vid-app-common/pom.xml @@ -472,6 +472,12 @@ <version>0.9.3</version> <scope>test</scope> </dependency> + <dependency> + <groupId>org.jeasy</groupId> + <artifactId>easy-random-core</artifactId> + <version>4.0.0.RC1</version> + <scope>test</scope> + </dependency> <!-- Helpers --> <dependency> |