You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by se...@apache.org on 2016/05/12 23:07:35 UTC

cxf git commit: [CXF-6869] Removing the frontend optional deps from the autoconfigure

Repository: cxf
Updated Branches:
  refs/heads/master 925600cee -> f8d941e6c


[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/f8d941e6
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/f8d941e6
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/f8d941e6

Branch: refs/heads/master
Commit: f8d941e6ca62daf610a710dac147b637d001ae09
Parents: 925600c
Author: Sergey Beryozkin <sb...@gmail.com>
Authored: Fri May 13 00:07:18 2016 +0100
Committer: Sergey Beryozkin <sb...@gmail.com>
Committed: Fri May 13 00:07:18 2016 +0100

----------------------------------------------------------------------
 integration/spring-boot/autoconfigure/pom.xml | 18 ------------------
 1 file changed, 18 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/f8d941e6/integration/spring-boot/autoconfigure/pom.xml
----------------------------------------------------------------------
diff --git a/integration/spring-boot/autoconfigure/pom.xml b/integration/spring-boot/autoconfigure/pom.xml
index f22048c..1cee20a 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>