From db675a54e8e7bb3553e059d237774b4b737488f1 Mon Sep 17 00:00:00 2001 From: "Benjamin, Max (mb388a)" Date: Wed, 21 Mar 2018 14:16:56 -0400 Subject: added custom validators for use with openpojo Change-Id: I7c9fdeb6bccddb1b7ec6bf845351731c3043aafa Issue-ID: SO-510 Signed-off-by: Benjamin, Max (mb388a) --- pom.xml | 25 +++++++++++-------------- 1 file changed, 11 insertions(+), 14 deletions(-) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 0ca48368b2..8242e585ea 100644 --- a/pom.xml +++ b/pom.xml @@ -436,13 +436,22 @@ resteasy-jackson2-provider ${resteasy.version} - + + org.hamcrest + hamcrest-core + 1.3 + + + org.hamcrest + hamcrest-all + 1.3 + + junit junit 4.12 test - org.mockito mockito-all @@ -473,12 +482,6 @@ 1.6.2 test - - org.hamcrest - hamcrest-all - 1.3 - test - com.github.tomakehurst wiremock @@ -564,12 +567,6 @@ 2.5 compile - - org.hamcrest - hamcrest-core - 1.3 - test - log4j log4j -- cgit 1.2.3-korg