Repository: cxf Updated Branches: refs/heads/3.1.x-fixes 310b23956 -> ce992f3b0
Fixing a typo in the Karaf swagger2 feature Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/ce992f3b Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/ce992f3b Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/ce992f3b Branch: refs/heads/3.1.x-fixes Commit: ce992f3b0cd85ca255950289461c6c48926c8efc Parents: 310b239 Author: Sergey Beryozkin <[email protected]> Authored: Wed Jul 6 15:21:28 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Wed Jul 6 15:22:43 2016 +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/ce992f3b/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 71db85a..196d823 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-rs-description-swagger2" version="${project.version}" resolver="(obr)"> <feature version="${project.version}">cxf-jaxrs</feature> - <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-rs-service-description-swagger2/${project.version}</bundle> + <bundle start-level="40">mvn:org.apache.cxf/cxf-rt-rs-service-description-swagger/${project.version}</bundle> <bundle start-level="10" dependency="true">mvn:javax.validation/validation-api/${cxf.validation.api.version}</bundle> <bundle start-level="35" dependency="true">mvn:org.apache.commons/commons-lang3/${cxf.commons-lang3.version}</bundle> <bundle start-level="35" dependency="true">mvn:com.fasterxml.jackson.core/jackson-core/${cxf.jackson.version}</bundle>
