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