add old mortbay jetty back in for hadoop mini-cluster

Project: http://git-wip-us.apache.org/repos/asf/incubator-blur/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-blur/commit/8fc75bd1
Tree: http://git-wip-us.apache.org/repos/asf/incubator-blur/tree/8fc75bd1
Diff: http://git-wip-us.apache.org/repos/asf/incubator-blur/diff/8fc75bd1

Branch: refs/heads/master
Commit: 8fc75bd1e5a75cf3ffe00f48a93f8e73db410ae1
Parents: 9c0a1ff
Author: Andrew Avenoso <[email protected]>
Authored: Wed Nov 5 00:55:15 2014 -0500
Committer: Andrew Avenoso <[email protected]>
Committed: Wed Nov 5 00:55:15 2014 -0500

----------------------------------------------------------------------
 distribution/src/assemble/bin-hadoop1.xml |  1 -
 distribution/src/assemble/bin-hadoop2.xml |  1 -
 pom.xml                                   | 10 ----------
 3 files changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8fc75bd1/distribution/src/assemble/bin-hadoop1.xml
----------------------------------------------------------------------
diff --git a/distribution/src/assemble/bin-hadoop1.xml 
b/distribution/src/assemble/bin-hadoop1.xml
index 2d9ba63..b1deabd 100644
--- a/distribution/src/assemble/bin-hadoop1.xml
+++ b/distribution/src/assemble/bin-hadoop1.xml
@@ -86,7 +86,6 @@ under the License.
         <exclude>jline:jline</exclude>
         <exclude>com.fasterxml.jackson.core:*</exclude>
         <exclude>org.apache.commons:commons-collections4</exclude>
-        <exclude>org.mortbay.jetty:*</exclude>
         <exclude>org.eclipse.jetty:*</exclude>
       </excludes>
     </dependencySet>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8fc75bd1/distribution/src/assemble/bin-hadoop2.xml
----------------------------------------------------------------------
diff --git a/distribution/src/assemble/bin-hadoop2.xml 
b/distribution/src/assemble/bin-hadoop2.xml
index 52c8aab..81cdcc8 100644
--- a/distribution/src/assemble/bin-hadoop2.xml
+++ b/distribution/src/assemble/bin-hadoop2.xml
@@ -87,7 +87,6 @@ under the License.
         <exclude>jline:jline</exclude>
         <exclude>com.fasterxml.jackson.core:*</exclude>
         <exclude>org.apache.commons:commons-collections4</exclude>
-        <exclude>org.mortbay.jetty:*</exclude>
         <exclude>org.eclipse.jetty:*</exclude>
       </excludes>
     </dependencySet>

http://git-wip-us.apache.org/repos/asf/incubator-blur/blob/8fc75bd1/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 58ccf8b..d5b1188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -235,16 +235,6 @@ under the License.
                 <groupId>org.apache.hadoop</groupId>
                 <artifactId>hadoop-minicluster</artifactId>
                 <version>${hadoop.version}</version>
-                <exclusions>
-                    <exclusion>
-                        <groupId>org.mortbay.jetty</groupId>
-                        <artifactId>jetty-util</artifactId>
-                    </exclusion>
-                    <exclusion>
-                        <groupId>org.mortbay.jetty</groupId>
-                        <artifactId>jetty</artifactId>
-                    </exclusion>
-                </exclusions>
             </dependency>
             <dependency>
                 <groupId>log4j</groupId>

Reply via email to