From 58e45c8a9b147682a786910d0754dc5e86b77941 Mon Sep 17 00:00:00 2001 From: Miciele Ghiorghis Date: Wed, 24 Oct 2012 13:36:01 +0200 Subject: [PATCH] Jira-integration: new dependency groupId=org.codehaus.jackson added jackson-jaxrs provided and jackson-xc added and is used bij JiraREST client to parse the json response and map to jira beans --- libreplan-webapp/pom.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/libreplan-webapp/pom.xml b/libreplan-webapp/pom.xml index 33e6c5d32..de70c4089 100644 --- a/libreplan-webapp/pom.xml +++ b/libreplan-webapp/pom.xml @@ -440,6 +440,14 @@ org.apache.cxf cxf-rt-frontend-jaxrs + + + org.codehaus.jackson + jackson-jaxrs + + + org.codehaus.jackson + jackson-xc