[ https://issues.apache.org/jira/browse/CXF-7045?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15474004#comment-15474004 ]
ASF GitHub Bot commented on CXF-7045: ------------------------------------- GitHub user johnpoth opened a pull request: https://github.com/apache/cxf/pull/167 [CXF-7045] Update sample description_swagger2_osgi README.txt file https://issues.apache.org/jira/browse/CXF-7045 You can merge this pull request into a Git repository by running: $ git pull https://github.com/johnpoth/cxf CXF-7045 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cxf/pull/167.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #167 ---- commit e32418de404a1e72ac4d968a48906d0e1fe02f50 Author: jpoth <poth.j...@gmail.com> Date: 2016-09-08T14:26:27Z [CXF-7045] Update sample description_swagger2_osgi README.txt file ---- > Update sample description_swagger2_osgi README.txt > -------------------------------------------------- > > Key: CXF-7045 > URL: https://issues.apache.org/jira/browse/CXF-7045 > Project: CXF > Issue Type: Bug > Components: Samples > Reporter: John Poth > Priority: Minor > > Update jackson version. Currently getting the error: > {code} > Caused by: org.osgi.framework.BundleException: Unable to resolve > org.apache.cxf.samples.jax_rs_description_swagger2_osgi [146](R 146.0): > missing requirement [org.apache.cxf.samples.jax_rs_description_swagger2_osgi > [146](R 146.0)] osgi.wiring.package; > (&(osgi.wiring.package=com.fasterxml.jackson.jaxrs.json)(version>=2.6.0)(!(version>=3.0.0))) > Unresolved requirements: > [[org.apache.cxf.samples.jax_rs_description_swagger2_osgi [146](R 146.0)] > osgi.wiring.package; > (&(osgi.wiring.package=com.fasterxml.jackson.jaxrs.json)(version>=2.6.0)(!(version>=3.0.0)))] > {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)