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/08 02:54:06 UTC

[3/3] git commit: Remove a duplicate dep

Remove a duplicate dep


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

Branch: refs/heads/3.0.x-fixes
Commit: 00d6e397ea2392ae64e8087f6b35fbd6152596ac
Parents: 59f62e5
Author: Daniel Kulp <dk...@apache.org>
Authored: Tue Oct 7 20:52:17 2014 -0400
Committer: Daniel Kulp <dk...@apache.org>
Committed: Tue Oct 7 20:52:17 2014 -0400

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


http://git-wip-us.apache.org/repos/asf/cxf/blob/00d6e397/parent/pom.xml
----------------------------------------------------------------------
diff --git a/parent/pom.xml b/parent/pom.xml
index d8a7b64..60a7a2d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -945,11 +945,6 @@
             </dependency>
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
-                <artifactId>jetty-webapp</artifactId>
-                <version>${cxf.jetty.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-servlet</artifactId>
                 <version>${cxf.jetty.version}</version>
             </dependency>