Skip to content

Commit

Permalink
Added feature for jackson (#969)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
  • Loading branch information
cweitkamp authored and kaikreuzer committed Aug 17, 2019
1 parent 8fb20a4 commit 2198eea
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions features/karaf/openhab-tp/src/main/feature/feature.xml
Expand Up @@ -70,6 +70,13 @@
<bundle dependency="true">mvn:org.eclipse.jetty.websocket/websocket-client/${jetty.version}</bundle>
</feature>

<feature name="openhab.tp-jackson" description="FasterXML Jackson bundles" version="${project.version}">
<capability>openhab.tp;feature=jackson;version=2.9.9</capability>
<bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-annotations/2.9.9</bundle>
<bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-core/2.9.9</bundle>
<bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-databind/2.9.9</bundle>
</feature>

<feature name="openhab.tp-jax-rs" version="${project.version}">
<capability>openhab.tp;feature=jax-rs;version=5.3.1</capability>
<feature>openhab.tp-jax-rs-min</feature>
Expand Down

0 comments on commit 2198eea

Please sign in to comment.