This is an automated email from the ASF dual-hosted git repository.
ffang pushed a commit to branch 3.2.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
The following commit(s) were added to refs/heads/3.2.x-fixes by this push:
new 04079cd [CXF-7656]add jackson in the cxf-jaxrs feature
04079cd is described below
commit 04079cdbd93ed89d25a268b2b27b3ac70d423cc7
Author: Freeman Fang <[email protected]>
AuthorDate: Tue Sep 11 12:09:12 2018 +0800
[CXF-7656]add jackson in the cxf-jaxrs feature
(cherry picked from commit 28531b9e4705a42cd283f25a5a94a69250758d4f)
---
osgi/karaf/features/src/main/resources/features.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/osgi/karaf/features/src/main/resources/features.xml
b/osgi/karaf/features/src/main/resources/features.xml
index 0912076..46b4157 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -234,6 +234,7 @@
<feature name="cxf-jaxrs" version="${project.version}">
<feature version="${project.version}">cxf-core</feature>
<feature version="${project.version}">cxf-http</feature>
+ <feature version="${project.version}">cxf-jackson</feature>
<bundle start-level="30"
dependency="true">mvn:org.codehaus.jettison/jettison/${cxf.jettison.version}</bundle>
<bundle
start-level="40">mvn:org.apache.cxf/cxf-rt-rs-extension-providers/${project.version}</bundle>
<bundle
start-level="40">mvn:org.apache.cxf/cxf-rt-rs-extension-search/${project.version}</bundle>