HBASE-19825 Fix hadoop3 compat test failures, need commons-beanutils from hadoop 3
This commit is contained in:
parent
2018ffc943
commit
9ba961a5ef
4
pom.xml
4
pom.xml
|
@ -2888,10 +2888,6 @@
|
|||
<groupId>org.apache.htrace</groupId>
|
||||
<artifactId>htrace-core</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>commons-beanutils</groupId>
|
||||
<artifactId>commons-beanutils</artifactId>
|
||||
</exclusion>
|
||||
<exclusion>
|
||||
<groupId>javax.servlet.jsp</groupId>
|
||||
<artifactId>jsp-api</artifactId>
|
||||
|
|
Loading…
Reference in New Issue