From 5b95c91e7731aa997956fc4f88ac03a44eb6a816 Mon Sep 17 00:00:00 2001 From: Nils Philippsen Date: Tue, 28 Nov 2017 16:23:25 +0100 Subject: [PATCH] add back jackson and its deps The maven module was the wrong place for these. While a separate 'jackson' module is the more clean thing to do, this is much quicker. --- resteasy.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/resteasy.yaml b/resteasy.yaml index bac017d..5ffa67d 100644 --- a/resteasy.yaml +++ b/resteasy.yaml @@ -46,6 +46,11 @@ data: istack-commons: rationale: Generated. ref: f27 + jackson: + buildorder: 1 + rationale: > + Runtime dependency of resteasy. + ref: f27 jboss-annotations-1.2-api: rationale: Generated. ref: f27 @@ -58,9 +63,19 @@ data: jcip-annotations: rationale: Generated. ref: f27 + jsr-311: + rationale: > + Runtime dependency of jackson. + Build dependency of jackson. + ref: f27 resteasy: rationale: Generated. ref: f27 + stax2-api: + rationale: > + Runtime dependency of jackson. + Build dependency of jackson. + ref: f27 stax-ex: rationale: Generated. ref: f27