Author: stack
Date: Mon Jul 29 23:12:14 2013
New Revision: 1508229
URL: http://svn.apache.org/r1508229
Log:
HBASE-9078 Downstream build including hbase-client fails because can't find
com.sun.jdmk:jmxtools
Modified:
hbase/branches/0.95/pom.xml
Modified: hbase/branches/0.95/pom.xml
URL:
http://svn.apache.org/viewvc/hbase/branches/0.95/pom.xml?rev=1508229&r1=1508228&r2=1508229&view=diff
==============================================================================
--- hbase/branches/0.95/pom.xml (original)
+++ hbase/branches/0.95/pom.xml Mon Jul 29 23:12:14 2013
@@ -1095,6 +1095,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>