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.
This commit is contained in:
Nils Philippsen 2017-11-28 16:23:25 +01:00
commit 5b95c91e77

View file

@ -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