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:
parent
df994483b0
commit
5b95c91e77
1 changed files with 15 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue