HBASE-9078 Downstream build including hbase-client fails because can't find com.sun.jdmk:jmxtools

git-svn-id: https://svn.apache.org/repos/asf/hbase/trunk@1508230 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael Stack 2013-07-29 23:12:29 +00:00
parent 1fc559c37b
commit 2172d8e2f1
1 changed files with 12 additions and 0 deletions

12
pom.xml
View File

@ -1108,6 +1108,18 @@
<groupId>org.jboss.netty</groupId>
<artifactId>netty</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jmx</groupId>
<artifactId>jmxri</artifactId>
</exclusion>
<exclusion>
<groupId>com.sun.jdmk</groupId>
<artifactId>jmxtools</artifactId>
</exclusion>
<exclusion>
<groupId>javax.jms</groupId>
<artifactId>jms</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>