You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by te...@apache.org on 2014/02/27 00:57:32 UTC

svn commit: r1572356 - /hbase/trunk/pom.xml

Author: tedyu
Date: Wed Feb 26 23:57:31 2014
New Revision: 1572356

URL: http://svn.apache.org/r1572356
Log:
HBASE-10612 Remove unnecessary dependency on org.eclipse.jdt:core


Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1572356&r1=1572355&r2=1572356&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Wed Feb 26 23:57:31 2014
@@ -1229,6 +1229,10 @@
         <version>${jetty.jspapi.version}</version>
         <exclusions>
           <exclusion>
+            <groupId>org.eclipse.jdt</groupId>
+            <artifactId>core</artifactId>
+          </exclusion>
+          <exclusion>
             <groupId>ant</groupId>
             <artifactId>ant</artifactId>
           </exclusion>