HBASE-10612 Remove unnecessary dependency on org.eclipse.jdt:core

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1572356 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Zhihong Yu 2014-02-26 23:57:31 +00:00
parent 8c18ecfba3
commit a3792b22e3
1 changed files with 4 additions and 0 deletions

View File

@ -1228,6 +1228,10 @@
<artifactId>jsp-2.1</artifactId>
<version>${jetty.jspapi.version}</version>
<exclusions>
<exclusion>
<groupId>org.eclipse.jdt</groupId>
<artifactId>core</artifactId>
</exclusion>
<exclusion>
<groupId>ant</groupId>
<artifactId>ant</artifactId>