You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lens.apache.org by am...@apache.org on 2016/02/19 05:13:10 UTC

lens git commit: LENS-961 : Remove unused dependencies from lens parent pom

Repository: lens
Updated Branches:
  refs/heads/master 57f547a21 -> 1608b32b7


LENS-961 : Remove unused dependencies from lens parent pom


Project: http://git-wip-us.apache.org/repos/asf/lens/repo
Commit: http://git-wip-us.apache.org/repos/asf/lens/commit/1608b32b
Tree: http://git-wip-us.apache.org/repos/asf/lens/tree/1608b32b
Diff: http://git-wip-us.apache.org/repos/asf/lens/diff/1608b32b

Branch: refs/heads/master
Commit: 1608b32b7375ac99641f03f60ab2083f8b44d617
Parents: 57f547a
Author: Rajat Khandelwal <pr...@apache.org>
Authored: Fri Feb 19 09:42:57 2016 +0530
Committer: Amareshwari Sriramadasu <am...@apache.org>
Committed: Fri Feb 19 09:42:57 2016 +0530

----------------------------------------------------------------------
 lens-server/pom.xml |  9 ---------
 pom.xml             | 39 ---------------------------------------
 2 files changed, 48 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lens/blob/1608b32b/lens-server/pom.xml
----------------------------------------------------------------------
diff --git a/lens-server/pom.xml b/lens-server/pom.xml
index 8dba837..75b8b32 100644
--- a/lens-server/pom.xml
+++ b/lens-server/pom.xml
@@ -143,11 +143,6 @@
     </dependency>
 
     <dependency>
-      <groupId>org.mortbay.jetty</groupId>
-      <artifactId>jetty</artifactId>
-    </dependency>
-
-    <dependency>
       <groupId>org.testng</groupId>
       <artifactId>testng</artifactId>
     </dependency>
@@ -329,10 +324,6 @@
         </configuration>
       </plugin>
       <plugin>
-        <groupId>org.mortbay.jetty</groupId>
-        <artifactId>maven-jetty-plugin</artifactId>
-      </plugin>
-      <plugin>
         <groupId>org.codehaus.mojo</groupId>
         <artifactId>exec-maven-plugin</artifactId>
         <configuration>

http://git-wip-us.apache.org/repos/asf/lens/blob/1608b32b/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index b3afa59..e248114 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,6 @@
     <java.target.version>1.7</java.target.version>
     <servlet3.version>3.0.1</servlet3.version>
     <servlet.api.version>2.5</servlet.api.version>
-    <jsp.api.version>2.0</jsp.api.version>
     <ws.rs.version>2.0.1</ws.rs.version>
     <jaxb.api.version>2.2.12</jaxb.api.version>
     <javax.mail.version>1.4</javax.mail.version>
@@ -67,10 +66,6 @@
     <jackson.guava.version>2.3.3</jackson.guava.version>
     <opencsv.version>2.3</opencsv.version>
     <jsch.version>0.1.42</jsch.version>
-
-    <libthrift.version>0.9.0</libthrift.version>
-
-    <jetty.version>6.1.26</jetty.version>
     <jersey.version>2.22.1</jersey.version>
     <grizzly.version>2.3.23</grizzly.version>
     <metrics.version>3.0.2</metrics.version>
@@ -93,7 +88,6 @@
     <jaxb2.plugin.version>0.13.0</jaxb2.plugin.version>
     <jaxb2.basics.plugin.version>0.9.5</jaxb2.basics.plugin.version>
     <jaxb2.fluent.plugin.version>3.0</jaxb2.fluent.plugin.version>
-    <jetty.plugin.version>${jetty.version}</jetty.plugin.version>
     <exec.plugin.version>1.2.1</exec.plugin.version>
     <enunciate.plugin.version>1.28</enunciate.plugin.version>
     <reports.plugin.version>2.7</reports.plugin.version>
@@ -529,11 +523,6 @@
           <version>${jaxb2.basics.plugin.version}</version>
         </plugin>
         <plugin>
-          <groupId>org.mortbay.jetty</groupId>
-          <artifactId>maven-jetty-plugin</artifactId>
-          <version>${jetty.plugin.version}</version>
-        </plugin>
-        <plugin>
           <groupId>org.codehaus.mojo</groupId>
           <artifactId>exec-maven-plugin</artifactId>
           <version>${exec.plugin.version}</version>
@@ -1308,11 +1297,6 @@
       </dependency>
       <dependency>
         <groupId>org.glassfish.jersey.media</groupId>
-        <artifactId>jersey-media-json-jackson</artifactId>
-        <version>${jersey.version}</version>
-      </dependency>
-      <dependency>
-        <groupId>org.glassfish.jersey.media</groupId>
         <artifactId>jersey-media-moxy</artifactId>
         <version>${jersey.version}</version>
       </dependency>
@@ -1338,11 +1322,6 @@
         <version>${servlet.api.version}</version>
       </dependency>
       <dependency>
-        <groupId>javax.servlet.jsp</groupId>
-        <artifactId>jsp-api</artifactId>
-        <version>${jsp.api.version}</version>
-      </dependency>
-      <dependency>
         <groupId>javax.xml.bind</groupId>
         <artifactId>jaxb-api</artifactId>
         <version>${jaxb.api.version}</version>
@@ -1355,19 +1334,6 @@
       </dependency>
 
       <dependency>
-        <groupId>org.mortbay.jetty</groupId>
-        <artifactId>jetty</artifactId>
-        <version>${jetty.version}</version>
-        <scope>compile</scope>
-      </dependency>
-      <dependency>
-        <groupId>org.mortbay.jetty</groupId>
-        <artifactId>jetty-plus</artifactId>
-        <version>${jetty.version}</version>
-        <scope>compile</scope>
-      </dependency>
-
-      <dependency>
         <groupId>com.codahale.metrics</groupId>
         <artifactId>metrics-core</artifactId>
         <version>${metrics.version}</version>
@@ -1536,11 +1502,6 @@
         </exclusions>
       </dependency>
       <dependency>
-        <groupId>org.apache.thrift</groupId>
-        <artifactId>libthrift</artifactId>
-        <version>${libthrift.version}</version>
-      </dependency>
-      <dependency>
         <groupId>net.sf.opencsv</groupId>
         <artifactId>opencsv</artifactId>
         <version>${opencsv.version}</version>