[jbosstools-issues] [JBoss JIRA] (JBIDE-14936) Add jackson-databinding to Locus repo

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Wed Jun 19 16:13:20 EDT 2013


    [ https://issues.jboss.org/browse/JBIDE-14936?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12783084#comment-12783084 ] 

Max Rydahl Andersen commented on JBIDE-14936:
---------------------------------------------

Addiitons to locus has the same requirements as TP: https://github.com/maxandersen/jbosstools-target-platforms/blob/tp_process/docs/updates_to_targetplatform_process.adoc

(similar to what was done for JBIDE-12972)

For Locus the addition is that if you really want it in locus we need to:
A) check it is not already present in Orbit
B) setup and define proper osgi metadata for it.

I have a vague memory of other components uses jackson so this might be interesting.
                
> Add jackson-databinding to Locus repo
> -------------------------------------
>
>                 Key: JBIDE-14936
>                 URL: https://issues.jboss.org/browse/JBIDE-14936
>             Project: Tools (JBoss Tools)
>          Issue Type: Task
>          Components: target-platform
>            Reporter: Xavier Coulon
>            Assignee: Nick Boldt
>
> Please, add the following artifacts to the JBoss Tools Locus repo:
> {code}
> <artifactItems>
>   <artifactItem>
>     <groupId>com.fasterxml.jackson.core</groupId>
>     <artifactId>jackson-databind</artifactId>
>     <version>2.2.2</version>
>   </artifactItem>
>   <artifactItem>
>     <groupId>com.fasterxml.jackson.core</groupId>
>     <artifactId>jackson-annotations</artifactId>
>     <version>2.2.2</version>
>   </artifactItem>
>   <artifactItem>
>     <groupId>com.fasterxml.jackson.core</groupId>
>     <artifactId>jackson-core</artifactId>
>     <version>2.2.2</version>
>   </artifactItem>
> </artifactItems>
> {code}

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list