Repository: cxf Updated Branches: refs/heads/3.0.x-fixes 9803ba7a3 -> b38766b4a
[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/b38766b4 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b38766b4 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b38766b4 Branch: refs/heads/3.0.x-fixes Commit: b38766b4ab1e5c36b6733fae100d06b9bfd1e644 Parents: 9803ba7 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:59 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/b38766b4/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 2b0fc11..8bc60cd 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.0.7-SNAPSHOT</bundle>
