Author: stack
Date: Mon Jul 29 23:12:29 2013
New Revision: 1508230

URL: http://svn.apache.org/r1508230
Log:
HBASE-9078 Downstream build including hbase-client fails because can't find 
com.sun.jdmk:jmxtools

Modified:
    hbase/trunk/pom.xml

Modified: hbase/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/hbase/trunk/pom.xml?rev=1508230&r1=1508229&r2=1508230&view=diff
==============================================================================
--- hbase/trunk/pom.xml (original)
+++ hbase/trunk/pom.xml Mon Jul 29 23:12:29 2013
@@ -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>


Reply via email to