From d327298bd1a7ccc68231075576fcba73a2afc317 Mon Sep 17 00:00:00 2001 From: Johannes Schnatterer Date: Mon, 6 Aug 2018 13:47:04 +0200 Subject: [PATCH] Adds jackson2 resteasy provider to plugins for testing. Otherwise the tests using Resteasy mocks will fail with: "org.jboss.resteasy.core.NoMessageBodyWriterFoundFailure: Could not find MessageBodyWriter for response object" --- scm-plugins/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/scm-plugins/pom.xml b/scm-plugins/pom.xml index 3a73bad478..f9065babc2 100644 --- a/scm-plugins/pom.xml +++ b/scm-plugins/pom.xml @@ -76,6 +76,12 @@ test + + org.jboss.resteasy + resteasy-jackson2-provider + test + +