blob: 11b77d817960eca36cb1d0d0e1c90843a8bf7765 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<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>
<groupId>org.hop</groupId>
<artifactId>hop-assemblies-plugins-actions</artifactId>
<version>0.10</version>
</parent>
<artifactId>hop-assemblies-plugins-action-sendnagiospassivecheck</artifactId>
<version>0.10</version>
<packaging>pom</packaging>
<name>Hop Assemblies Plugins Actions Send Nagios passive check</name>
<description></description>
<properties>
<jsendnsca.version>2.0.1</jsendnsca.version>
</properties>
<dependencies>
<dependency>
<groupId>org.hop</groupId>
<artifactId>hop-action-sendnagiospassivecheck</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.googlecode.jsendnsca</groupId>
<artifactId>jsendnsca</artifactId>
<version>${jsendnsca.version}</version>
<exclusions>
<exclusion>
<groupId>*</groupId>
<artifactId>*</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</project>