Repository: cxf Updated Branches: refs/heads/3.1.x-fixes d2179fbe4 -> b86d467cd
[CXF-6869] Removing a spring boot web starter dep Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/b86d467c Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/b86d467c Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/b86d467c Branch: refs/heads/3.1.x-fixes Commit: b86d467cd18b5fe91300185a8c62e66d2b20375b Parents: d2179fb Author: Sergey Beryozkin <[email protected]> Authored: Thu May 12 23:50:29 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Thu May 12 23:52:37 2016 +0100 ---------------------------------------------------------------------- .../src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml | 7 ------- 1 file changed, 7 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/b86d467c/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml index 136c89b..731d451 100644 --- a/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml +++ b/distribution/src/main/release/samples/jax_rs/jaxrs_spring_boot/pom.xml @@ -16,17 +16,10 @@ </properties> <dependencies> <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-starter-web</artifactId> - <version>1.2.3.RELEASE</version> - </dependency> - - <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-spring-boot-starter-jax-rs</artifactId> <version>${cxf.version}</version> </dependency> - <dependency> <groupId>org.apache.cxf</groupId> <artifactId>cxf-rt-rs-client</artifactId>
