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/02/10 19:44:33 UTC

[3/3] cxf git commit: Fix pom to remove maven warning

Fix pom to remove maven warning


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

Branch: refs/heads/master
Commit: e856de5370025ec6f897ef214e7f898fd8cb6756
Parents: 8e7d8e1
Author: Daniel Kulp <dk...@apache.org>
Authored: Fri Feb 10 13:22:32 2017 -0500
Committer: Daniel Kulp <dk...@apache.org>
Committed: Fri Feb 10 14:09:05 2017 -0500

----------------------------------------------------------------------
 systests/jaxws/pom.xml | 6 ------
 1 file changed, 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/e856de53/systests/jaxws/pom.xml
----------------------------------------------------------------------
diff --git a/systests/jaxws/pom.xml b/systests/jaxws/pom.xml
index 45c05ee..f3cb087 100644
--- a/systests/jaxws/pom.xml
+++ b/systests/jaxws/pom.xml
@@ -155,12 +155,6 @@
             </exclusions>
         </dependency>
         <dependency>
-            <groupId>org.eclipse.jetty.websocket</groupId>
-            <artifactId>websocket-server</artifactId>
-            <version>${cxf.jetty9.version}</version>
-            <scope>test</scope>
-        </dependency>
-        <dependency>
             <groupId>org.slf4j</groupId>
             <artifactId>slf4j-jdk14</artifactId>
             <scope>test</scope>