Repository: cxf Updated Branches: refs/heads/3.1.x-fixes b86d467cd -> a5a03eab9
[CXF-6869] Removing the frontend optional deps from the autoconfigure Project: http://git-wip-us.apache.org/repos/asf/cxf/repo Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/a5a03eab Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/a5a03eab Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/a5a03eab Branch: refs/heads/3.1.x-fixes Commit: a5a03eab9dcc7323c422b882c63a6692ed78845c Parents: b86d467 Author: Sergey Beryozkin <[email protected]> Authored: Fri May 13 00:07:18 2016 +0100 Committer: Sergey Beryozkin <[email protected]> Committed: Fri May 13 00:08:55 2016 +0100 ---------------------------------------------------------------------- integration/spring-boot/autoconfigure/pom.xml | 18 ------------------ 1 file changed, 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cxf/blob/a5a03eab/integration/spring-boot/autoconfigure/pom.xml ---------------------------------------------------------------------- diff --git a/integration/spring-boot/autoconfigure/pom.xml b/integration/spring-boot/autoconfigure/pom.xml index e83b9eb..4d5ec52 100644 --- a/integration/spring-boot/autoconfigure/pom.xml +++ b/integration/spring-boot/autoconfigure/pom.xml @@ -44,18 +44,6 @@ <optional>true</optional> </dependency> <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxws</artifactId> - <version>${project.version}</version> - <optional>true</optional> - </dependency> - <dependency> - <groupId>org.apache.cxf</groupId> - <artifactId>cxf-rt-frontend-jaxrs</artifactId> - <version>${project.version}</version> - <optional>true</optional> - </dependency> - <dependency> <groupId>${cxf.servlet-api.group}</groupId> <artifactId>${cxf.servlet-api.artifact}</artifactId> <version>${cxf.servlet-api.version}</version> @@ -66,12 +54,6 @@ <artifactId>validation-api</artifactId> <optional>true</optional> </dependency> - <!-- Annotation processing --> - <dependency> - <groupId>org.springframework.boot</groupId> - <artifactId>spring-boot-configuration-processor</artifactId> - <optional>true</optional> - </dependency> <!-- Test --> <dependency> <groupId>junit</groupId>
