diff options
author | Ittay Stern <ittay.stern@att.com> | 2019-10-23 01:12:21 +0300 |
---|---|---|
committer | Ittay Stern <ittay.stern@att.com> | 2019-10-23 14:19:09 +0300 |
commit | 2cfa1222fba11ebcf2f9b20fde2ca442ac13300a (patch) | |
tree | eb9c4c897f86eaca9b0884891a606139298bed0a /vid-automation/pom.xml | |
parent | d90cc53c8a66b50038576df2e74e8fe383969f22 (diff) |
Install incoming-requests auditor
Issue-ID: VID-253
Change-Id: I62aa4c0b1ab360f01eb00bb6aa83fe0e30e362ac
Signed-off-by: Ittay Stern <ittay.stern@att.com>
Diffstat (limited to 'vid-automation/pom.xml')
-rw-r--r-- | vid-automation/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/vid-automation/pom.xml b/vid-automation/pom.xml index 6f2ae22c2..e2ef865f4 100644 --- a/vid-automation/pom.xml +++ b/vid-automation/pom.xml @@ -191,8 +191,8 @@ </dependency> <dependency> <groupId>org.hamcrest</groupId> - <artifactId>hamcrest-all</artifactId> - <version>1.3</version> + <artifactId>java-hamcrest</artifactId> + <version>2.0.0.0</version> </dependency> <dependency> <groupId>org.apache.commons</groupId> |