Skip to content
This repository was archived by the owner on Dec 26, 2017. It is now read-only.

Commit 64127a8

Browse files
committed
Better OSGi support
1 parent 0a4cb3b commit 64127a8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/main/resources/features.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,10 @@
77

88
<feature>trellis-api</feature>
99

10+
<bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-core/${jacksonVersion}</bundle>
11+
<bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-databind/${jacksonVersion}</bundle>
12+
<bundle dependency="true">mvn:com.fasterxml.jackson.core/jackson-annotations/${jacksonVersion}</bundle>
13+
1014
<bundle>mvn:org.trellisldp/trellis-namespaces/${project.version}</bundle>
1115
</feature>
1216
</features>

0 commit comments

Comments
 (0)