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:
parent
ab87c3875a
commit
58e45c8a9b
1 changed files with 8 additions and 0 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue