Repository: cxf Updated Branches: refs/heads/master fa9401620 -> 61c9bef8e
Remove the springboot samples from the build for now Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/61c9bef8 Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/61c9bef8 Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/61c9bef8 Branch: refs/heads/master Commit: 61c9bef8e5115403a44eeddab6755174f44bd92b Parents: fa94016 Author: Daniel Kulp <[email protected]> Authored: Fri Jun 5 15:30:01 2015 -0400 Committer: Daniel Kulp <[email protected]> Committed: Fri Jun 5 15:30:01 2015 -0400 ---------------------------------------------------------------------- distribution/src/main/release/samples/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/61c9bef8/distribution/src/main/release/samples/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml index 70d0536..f2354b7 100644 --- a/distribution/src/main/release/samples/pom.xml +++ b/distribution/src/main/release/samples/pom.xml @@ -53,7 +53,6 @@ <module>jax_rs/websocket</module> <module>jax_rs/search</module> <module>jax_rs/description_swagger</module> - <module>jax_rs/jaxrs_spring_boot</module> <module>jax_rs/big_query</module> <module>callback</module> <module>wsdl_first_pure_xml</module> @@ -105,7 +104,13 @@ <module>ws_discovery</module> <module>ws_eventing</module> <module>throttling</module> + + <!-- + These are removed from the build as they currently don't inherit the parent from + this pom and thus have problems with deploys <module>jaxws_spring_boot</module> + <module>jax_rs/jaxrs_spring_boot</module> + --> </modules> <dependencyManagement> <dependencies>
