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:14:44 UTC

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

Branch: refs/heads/3.1.x-fixes
Commit: c22db8ef5b7fcb5cf2402ac5bdc52a2edffcb5c3
Parents: a612669
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 18:14:32 2017 -0400

----------------------------------------------------------------------
 .../src/main/release/samples/js_browser_client_simple/pom.xml    | 4 ----
 1 file changed, 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/c22db8ef/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 4e12008..080ba90 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.1.11-SNAPSHOT</version>
         </dependency>
-        <dependency>
-            <groupId>org.springframework</groupId>
-            <artifactId>spring-context</artifactId>
-        </dependency>
     </dependencies>
 </project>