This is an automated email from the ASF dual-hosted git repository.

ffang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/master by this push:
     new 28531b9  [CXF-7656]add jackson in the cxf-jaxrs feature
28531b9 is described below

commit 28531b9e4705a42cd283f25a5a94a69250758d4f
Author: Freeman Fang <freeman.f...@gmail.com>
AuthorDate: Tue Sep 11 12:09:12 2018 +0800

    [CXF-7656]add jackson in the cxf-jaxrs feature
---
 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 ed0befb..b9773ed 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>

Reply via email to