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:
parent
8c18ecfba3
commit
a3792b22e3
4
pom.xml
4
pom.xml
@ -1228,6 +1228,10 @@
|
|||||||
<artifactId>jsp-2.1</artifactId>
|
<artifactId>jsp-2.1</artifactId>
|
||||||
<version>${jetty.jspapi.version}</version>
|
<version>${jetty.jspapi.version}</version>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
|
<exclusion>
|
||||||
|
<groupId>org.eclipse.jdt</groupId>
|
||||||
|
<artifactId>core</artifactId>
|
||||||
|
</exclusion>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>ant</groupId>
|
<groupId>ant</groupId>
|
||||||
<artifactId>ant</artifactId>
|
<artifactId>ant</artifactId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user