You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by km...@apache.org on 2013/03/22 22:06:34 UTC

git commit: More dependency dieting. Down to 38M. All low hanging fruit consumed.

Updated Branches:
  refs/heads/master a6fbf2add -> 2384e61b8


More dependency dieting.  Down to 38M.  All low hanging fruit consumed.


Project: http://git-wip-us.apache.org/repos/asf/incubator-knox/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-knox/commit/2384e61b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-knox/tree/2384e61b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-knox/diff/2384e61b

Branch: refs/heads/master
Commit: 2384e61b8d98f6e0c4531573d9808b45e3f34d46
Parents: a6fbf2a
Author: Kevin Minder <ke...@hortonworks.com>
Authored: Fri Mar 22 17:06:29 2013 -0400
Committer: Kevin Minder <ke...@hortonworks.com>
Committed: Fri Mar 22 17:06:29 2013 -0400

----------------------------------------------------------------------
 gateway-provider-rewrite/pom.xml |    5 +++++
 gateway-server/pom.xml           |    5 +++++
 gateway-test-utils/pom.xml       |    8 +++++++-
 gateway-test/pom.xml             |    7 +++++++
 pom.xml                          |    2 ++
 5 files changed, 26 insertions(+), 1 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/2384e61b/gateway-provider-rewrite/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-provider-rewrite/pom.xml b/gateway-provider-rewrite/pom.xml
index 9e29758..11f8d72 100644
--- a/gateway-provider-rewrite/pom.xml
+++ b/gateway-provider-rewrite/pom.xml
@@ -95,6 +95,11 @@
         </dependency>
 
         <dependency>
+            <groupId>org.eclipse.jetty.aggregate</groupId>
+            <artifactId>jetty-all</artifactId>
+            <scope>test</scope>
+        </dependency>
+        <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>test-jetty-servlet</artifactId>
             <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/2384e61b/gateway-server/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-server/pom.xml b/gateway-server/pom.xml
index afdb0ba..332089d 100644
--- a/gateway-server/pom.xml
+++ b/gateway-server/pom.xml
@@ -98,6 +98,7 @@
             <artifactId>slf4j-api</artifactId>
         </dependency>
 
+        <!--
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-server</artifactId>
@@ -114,10 +115,12 @@
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-jaspi</artifactId>
         </dependency>
+        -->
         <dependency>
             <groupId>org.eclipse.jetty.aggregate</groupId>
             <artifactId>jetty-all</artifactId>
         </dependency>
+
         <dependency>
             <groupId>org.apache.geronimo.components</groupId>
             <artifactId>geronimo-jaspi</artifactId>
@@ -240,11 +243,13 @@
             <scope>test</scope>
         </dependency>
 
+        <!--
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>test-jetty-servlet</artifactId>
             <scope>test</scope>
         </dependency>
+        -->
 
         <dependency>
             <groupId>org.hamcrest</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/2384e61b/gateway-test-utils/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test-utils/pom.xml b/gateway-test-utils/pom.xml
index 339b958..e85bf00 100644
--- a/gateway-test-utils/pom.xml
+++ b/gateway-test-utils/pom.xml
@@ -66,17 +66,23 @@
             <scope>provided</scope>
         </dependency>
 
+        <!--
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-server</artifactId>
             <scope>provided</scope>
         </dependency>
-
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>jetty-servlet</artifactId>
             <scope>provided</scope>
         </dependency>
+        -->
+        <dependency>
+            <groupId>org.eclipse.jetty.aggregate</groupId>
+            <artifactId>jetty-all</artifactId>
+            <scope>provided</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/2384e61b/gateway-test/pom.xml
----------------------------------------------------------------------
diff --git a/gateway-test/pom.xml b/gateway-test/pom.xml
index ebe2062..56960b0 100644
--- a/gateway-test/pom.xml
+++ b/gateway-test/pom.xml
@@ -46,11 +46,18 @@
             <scope>test</scope>
         </dependency>
 
+        <!--
         <dependency>
             <groupId>org.eclipse.jetty</groupId>
             <artifactId>test-jetty-servlet</artifactId>
             <scope>test</scope>
         </dependency>
+        -->
+        <dependency>
+            <groupId>org.eclipse.jetty.aggregate</groupId>
+            <artifactId>jetty-all</artifactId>
+            <scope>test</scope>
+        </dependency>
 
         <dependency>
             <groupId>org.hamcrest</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-knox/blob/2384e61b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 7602b3b..b618c1a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -371,6 +371,7 @@
                 <version>3.0.1</version>
             </dependency>
 
+            <!--
             <dependency>
                 <groupId>org.eclipse.jetty</groupId>
                 <artifactId>jetty-server</artifactId>
@@ -391,6 +392,7 @@
                 <artifactId>jetty-jaspi</artifactId>
                 <version>8.1.7.v20120910</version>
             </dependency>
+            -->
             <dependency>
                 <groupId>org.eclipse.jetty.aggregate</groupId>
                 <artifactId>jetty-all</artifactId>