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:15 +02:00
parent 2114751d12
commit bf11c19e49
1 changed files with 10 additions and 0 deletions

10
pom.xml
View File

@ -182,6 +182,15 @@
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.fusesource</groupId>
<artifactId>sigar</artifactId>
<version>1.6.4</version>
<optional>true</optional>
</dependency>
<!-- We don't use this since the publish pom is then messed up -->
<!--
<dependency>
<groupId>sigar</groupId>
<artifactId>sigar</artifactId>
@ -190,6 +199,7 @@
<systemPath>${basedir}/lib/sigar/sigar-1.6.4.jar</systemPath>
<optional>true</optional>
</dependency>
-->
<dependency>
<groupId>org.testng</groupId>