Repository: cxf Updated Branches: refs/heads/master b20f10205 -> 46040f885
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/46040f88 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/46040f88 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/46040f88 Branch: refs/heads/master Commit: 46040f88584faae17264cde80ecfaadd28b63fbf Parents: b20f102 Author: Sergey Beryozkin <[email protected]> Authored: Wed Jul 6 15:21:28 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Wed Jul 6 15:21:28 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/46040f88/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>
