This is an automated email from the ASF dual-hosted git repository.

jonwei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-druid.git


The following commit(s) were added to refs/heads/master by this push:
     new dabaf4c  fix NoClassDefFoundError when using SysMonitor (#6300)
dabaf4c is described below

commit dabaf4caf8f1a5b62df27bdc7b777c68bde10bc3
Author: QiuMM <csurj...@gmail.com>
AuthorDate: Sat Sep 15 05:47:15 2018 +0800

    fix NoClassDefFoundError when using SysMonitor (#6300)
---
 java-util/pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/java-util/pom.xml b/java-util/pom.xml
index 7d9c56d..02eb5e1 100644
--- a/java-util/pom.xml
+++ b/java-util/pom.xml
@@ -129,7 +129,6 @@
             <groupId>org.hyperic</groupId>
             <artifactId>sigar</artifactId>
             <version>${sigar.version}</version>
-            <optional>true</optional>
         </dependency>
         <dependency>
             <groupId>org.hyperic</groupId>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@druid.apache.org
For additional commands, e-mail: commits-h...@druid.apache.org

Reply via email to