diff options
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> |