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
This commit is contained in:
Miciele Ghiorghis 2012-10-24 13:36:01 +02:00 committed by Manuel Rego Casasnovas
parent ab87c3875a
commit 58e45c8a9b

View file

@ -440,6 +440,14 @@
<dependency>
<groupId>org.apache.cxf</groupId>
<artifactId>cxf-rt-frontend-jaxrs</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-jaxrs</artifactId>
</dependency>
<dependency>
<groupId>org.codehaus.jackson</groupId>
<artifactId>jackson-xc</artifactId>
</dependency>
<!-- ZK Timeplot -->
<dependency>