Repository: cxf Updated Branches: refs/heads/master 4752e7af3 -> 218321c86
[CXF-6541] a minor change to the swagger demo features.xml Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/218321c8 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/218321c8 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/218321c8 Branch: refs/heads/master Commit: 218321c866c2bb96309f901ee999b21e37d89845 Parents: 4752e7a Author: Akitoshi Yoshida <[email protected]> Authored: Mon Aug 24 21:35:20 2015 +0200 Committer: Akitoshi Yoshida <[email protected]> Committed: Mon Aug 24 21:35:20 2015 +0200 ---------------------------------------------------------------------- .../description_swagger2_osgi/src/test/features/features.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/218321c8/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/src/test/features/features.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/src/test/features/features.xml b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/src/test/features/features.xml index 94e9e0a..02252c8 100644 --- a/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/src/test/features/features.xml +++ b/distribution/src/main/release/samples/jax_rs/description_swagger2_osgi/src/test/features/features.xml @@ -32,6 +32,7 @@ <bundle dependency="true">mvn:com.fasterxml.jackson.jaxrs/jackson-jaxrs-json-provider/2.4.6</bundle> <!-- swagger --> + <feature version='1.0.0'>demo-swagger-core</feature> <bundle dependency="true">mvn:io.swagger/swagger-jaxrs/1.5.4-SNAPSHOT</bundle> </feature> @@ -39,7 +40,6 @@ <!-- this is the feature definition for this cxf jaxrs swagger blueprint sample demo --> <feature name="demo-cxf-swagger-jaxrs-sample" version="1.0.0" resolver="(obr)"> <feature version='[3.0,4)'>cxf-jaxrs</feature> - <feature version='1.0.0'>demo-swagger-core</feature> <feature version='1.0.0'>demo-swagger-jaxrs</feature> <bundle dependency="true">mvn:org.apache.cxf.samples/jax_rs_description_swagger2_osgi/3.1.3-SNAPSHOT</bundle>
