HBASE-11489 ClassNotFoundException while running IT tests in trunk using
'mvn verify' (Ram)
This commit is contained in:
parent
bb73791dad
commit
fe50c6d366
|
@ -195,6 +195,11 @@
|
|||
<groupId>org.htrace</groupId>
|
||||
<artifactId>htrace-core</artifactId>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jboss.netty</groupId>
|
||||
<artifactId>netty</artifactId>
|
||||
<version>3.2.4.Final</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
|
||||
<profiles>
|
||||
|
|
Loading…
Reference in New Issue