You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/02/11 18:58:04 UTC

[2/3] accumulo git commit: ACCUMULO-3579 Remove org.mortbay.jetty from poms

ACCUMULO-3579 Remove org.mortbay.jetty from poms


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

Branch: refs/heads/master
Commit: 57142e282a1230a55c1067206495e6dcd13c7635
Parents: 1fd0288
Author: Josh Elser <el...@apache.org>
Authored: Tue Feb 10 22:30:04 2015 -0500
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Wed Feb 11 11:59:54 2015 -0500

----------------------------------------------------------------------
 pom.xml       | 5 -----
 start/pom.xml | 5 -----
 test/pom.xml  | 5 -----
 3 files changed, 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/57142e28/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ddb15eb..39009fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -451,11 +451,6 @@
         <version>${jetty.version}</version>
       </dependency>
       <dependency>
-        <groupId>org.mortbay.jetty</groupId>
-        <artifactId>jetty</artifactId>
-        <version>6.1.26</version>
-      </dependency>
-      <dependency>
         <groupId>org.powermock</groupId>
         <artifactId>powermock-api-easymock</artifactId>
         <version>${powermock.version}</version>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/57142e28/start/pom.xml
----------------------------------------------------------------------
diff --git a/start/pom.xml b/start/pom.xml
index 3487167..ecedf5b 100644
--- a/start/pom.xml
+++ b/start/pom.xml
@@ -76,11 +76,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.mortbay.jetty</groupId>
-      <artifactId>jetty</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.powermock</groupId>
       <artifactId>powermock-api-easymock</artifactId>
       <scope>test</scope>

http://git-wip-us.apache.org/repos/asf/accumulo/blob/57142e28/test/pom.xml
----------------------------------------------------------------------
diff --git a/test/pom.xml b/test/pom.xml
index b94ecf7..1e0f676 100644
--- a/test/pom.xml
+++ b/test/pom.xml
@@ -168,11 +168,6 @@
       <scope>test</scope>
     </dependency>
     <dependency>
-      <groupId>org.mortbay.jetty</groupId>
-      <artifactId>jetty</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
       <groupId>org.slf4j</groupId>
       <artifactId>slf4j-log4j12</artifactId>
       <scope>test</scope>