You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by dk...@apache.org on 2017/03/30 22:13:39 UTC

[2/3] cxf git commit: Fix samples compile failure with latest maven

Fix samples compile failure with latest maven


Project: http://git-wip-us.apache.org/repos/asf/cxf/repo
Commit: http://git-wip-us.apache.org/repos/asf/cxf/commit/408fe338
Tree: http://git-wip-us.apache.org/repos/asf/cxf/tree/408fe338
Diff: http://git-wip-us.apache.org/repos/asf/cxf/diff/408fe338

Branch: refs/heads/master
Commit: 408fe3384925122c4e68b7d020de5ff9d1376096
Parents: ea97f3d
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Mar 30 16:12:09 2017 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Mar 30 16:22:55 2017 -0400

----------------------------------------------------------------------
 distribution/src/main/release/samples/jaxws_spring_boot/pom.xml  | 4 ----
 .../src/main/release/samples/js_browser_client_simple/pom.xml    | 4 ----
 2 files changed, 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/408fe338/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml b/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
index 88feb93..000f336 100644
--- a/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
+++ b/distribution/src/main/release/samples/jaxws_spring_boot/pom.xml
@@ -25,10 +25,6 @@
     </dependencyManagement>
     <dependencies>
         <dependency>
-            <groupId>org.slf4j</groupId>
-            <artifactId>slf4j-jdk14</artifactId>
-        </dependency>
-        <dependency>
             <groupId>org.apache.cxf</groupId>
             <artifactId>cxf-spring-boot-starter-jaxws</artifactId>
             <version>${project.version}</version>

http://git-wip-us.apache.org/repos/asf/cxf/blob/408fe338/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/src/main/release/samples/js_browser_client_simple/pom.xml b/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
index e2c24f1..b6f091b 100644
--- a/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
+++ b/distribution/src/main/release/samples/js_browser_client_simple/pom.xml
@@ -128,9 +128,5 @@
             <artifactId>cxf-rt-transports-http-jetty</artifactId>
             <version>3.2.0-SNAPSHOT</version>
         </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-        </dependency>
     </dependencies>
 </project>