sirocco-vmm-agent-monitoring-driver-collectd
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.ow2.sirocco.vmm</groupId> <artifactId>sirocco-vmm-agent-monitoring-driver-collectd</artifactId> <version>0.7.1</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <!-- SIROCCO Copyright (C) 2010 France Telecom Contact: sirocco@ow2.org This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or any later version. This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this library; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA $Id: pom.xml 861 2012-01-13 23:48:14Z dangtran $ --> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>sirocco-vmm-agent-multi</artifactId> <groupId>org.ow2.sirocco.vmm</groupId> <version>0.7.1</version> <relativePath>../pom.xml</relativePath> </parent> <groupId>org.ow2.sirocco.vmm</groupId> <artifactId>sirocco-vmm-agent-monitoring-driver-collectd</artifactId> <packaging>jar</packaging> <name>SIROCCO :: VMM :: AGENT :: MONITORING :: DRIVER :: COLLECTD</name> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> <url>http://maven.apache.org</url> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>org.fusesource.rrd4j</groupId> <artifactId>rrd4j</artifactId> <version>2.0.7</version> </dependency> <dependency> <groupId>org.ow2.sirocco.vmm</groupId> <artifactId>sirocco-vmm-agent-core</artifactId> <version>${project.version}</version> </dependency> </dependencies> </project>