HBASE-11489 ClassNotFoundException while running IT tests in trunk using

'mvn verify' (Ram)
This commit is contained in:
Ramkrishna 2014-07-15 22:43:52 +05:30
parent bb73791dad
commit fe50c6d366
1 changed files with 5 additions and 0 deletions

View File

@ -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>