You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2017/02/01 17:10:53 UTC

cxf git commit: Update snakeyaml to fix jackson feature

Repository: cxf
Updated Branches:
  refs/heads/3.1.x-fixes 432d95179 -> 402e89f5f


Update snakeyaml to fix jackson feature


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/402e89f5
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/402e89f5
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/402e89f5

Branch: refs/heads/3.1.x-fixes
Commit: 402e89f5fdf5ef07cbee449912fd920c727c1886
Parents: 432d951
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Wed Feb 1 18:10:47 2017 +0100
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Wed Feb 1 18:10:47 2017 +0100

----------------------------------------------------------------------
 osgi/karaf/features/src/main/resources/features.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/402e89f5/osgi/karaf/features/src/main/resources/features.xml
----------------------------------------------------------------------
diff --git a/osgi/karaf/features/src/main/resources/features.xml b/osgi/karaf/features/src/main/resources/features.xml
index 89b61d7..a5e0b2a 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -230,7 +230,7 @@
     </feature>
     <feature name="cxf-jackson" version="${project.version}" resolver="(obr)">
         <!-- Required by jackson-dataformat-yaml -->
-        <bundle start-level="35">mvn:org.yaml/snakeyaml/1.15</bundle>
+        <bundle start-level="35">mvn:org.yaml/snakeyaml/1.17</bundle>
         <bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-core/${cxf.jackson.version}</bundle>
         <bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-annotations/${cxf.jackson.version}</bundle>
         <bundle start-level="35">mvn:com.fasterxml.jackson.core/jackson-databind/${cxf.jackson.version}</bundle>