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 2014/10/30 20:29:06 UTC

[17/19] git commit: Fix javadoc generation with jetty update

Fix javadoc generation with jetty update


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

Branch: refs/heads/master
Commit: 46f0d5fff8a4d846831b5e9d7ac0405fe06d2ccd
Parents: 6efe475
Author: Daniel Kulp <dk...@apache.org>
Authored: Thu Oct 30 15:08:36 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Thu Oct 30 15:08:36 2014 -0400

----------------------------------------------------------------------
 distribution/javadoc/pom.xml | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/46f0d5ff/distribution/javadoc/pom.xml
----------------------------------------------------------------------
diff --git a/distribution/javadoc/pom.xml b/distribution/javadoc/pom.xml
index 20ae458..31492d8 100644
--- a/distribution/javadoc/pom.xml
+++ b/distribution/javadoc/pom.xml
@@ -279,11 +279,6 @@
             <version>${cxf.jetty.version}</version>
         </dependency>
         <dependency>
-            <groupId>org.eclipse.jetty</groupId>
-            <artifactId>jetty-websocket</artifactId>
-            <version>${cxf.jetty.version}</version>
-        </dependency>
-        <dependency>
             <groupId>org.atmosphere</groupId>
             <artifactId>atmosphere-runtime</artifactId>
             <version>${cxf.atmosphere.version}</version>