move to use sigar jar from maven central, which means that when using in the IDEA or running tests, sigar will not be enabled (since native files are not present), interim fix until we have a better one

This commit is contained in:
Shay Banon 2012-02-14 12:49:31 +02:00
parent bf11c19e49
commit 5836c24b80

View File

@ -186,6 +186,7 @@
<groupId>org.fusesource</groupId>
<artifactId>sigar</artifactId>
<version>1.6.4</version>
<scope>compile</scope>
<optional>true</optional>
</dependency>