From 86d17a68cf4d31fde466792b1760b578610cf5ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Tue, 5 May 2020 10:21:16 +0200 Subject: [PATCH] Add dependencies needed for validation unit tests --- scm-test/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/scm-test/pom.xml b/scm-test/pom.xml index a24e048f55..f73082968f 100644 --- a/scm-test/pom.xml +++ b/scm-test/pom.xml @@ -87,6 +87,17 @@ ${resteasy.version} + + org.jboss.resteasy + resteasy-validator-provider + ${resteasy.version} + + + org.glassfish + javax.el + 3.0.1-b11 + + org.slf4j slf4j-simple