You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2017/02/02 11:47:54 UTC

[3/3] cxf git commit: Fixing Karaf features file

Fixing Karaf features file


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

Branch: refs/heads/3.1.x-fixes
Commit: 211a8fb4365714b26025f6964f7542e669931969
Parents: 57304ea
Author: Colm O hEigeartaigh <co...@apache.org>
Authored: Thu Feb 2 11:47:33 2017 +0000
Committer: Colm O hEigeartaigh <co...@apache.org>
Committed: Thu Feb 2 11:47:33 2017 +0000

----------------------------------------------------------------------
 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/211a8fb4/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 1e38acc..a70a9a7 100644
--- a/osgi/karaf/features/src/main/resources/features.xml
+++ b/osgi/karaf/features/src/main/resources/features.xml
@@ -231,7 +231,7 @@
     <feature name="cxf-jackson" version="${project.version}" resolver="(obr)">
         <!-- Required by jackson-dataformat-yaml -->
 		<feature version="${project.version}">cxf-specs</feature>
-        <bundle start-level="35" depdendency="true">mvn:org.yaml/snakeyaml/1.17</bundle>
+        <bundle start-level="35" dependency="true">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>