You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2012/07/06 10:30:35 UTC

[jira] [Resolved] (CAMEL-3662) Update the library for camel-nagios

     [ https://issues.apache.org/jira/browse/CAMEL-3662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Claus Ibsen resolved CAMEL-3662.
--------------------------------

       Resolution: Won't Fix
    Fix Version/s: Future
         Assignee: Claus Ibsen
    
> Update the library for camel-nagios
> -----------------------------------
>
>                 Key: CAMEL-3662
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3662
>             Project: Camel
>          Issue Type: Improvement
>    Affects Versions: 2.6.0
>         Environment: camel-nagios (component missing in jira)
>            Reporter: David J. M. Karlsen
>            Assignee: Claus Ibsen
>             Fix For: Future
>
>
> Please upgrade (and note the changed groupId/artifactId) the nagios library to 2.0.1.
> diff --git a/pays-core/pays-core-integration/pom.xml b/pays-core/pays-core-integration/pom.xml
> index db6ec3b..259e8af 100644
> --- a/pays-core/pays-core-integration/pom.xml
> +++ b/pays-core/pays-core-integration/pom.xml
> @@ -50,6 +50,11 @@
>  			<artifactId>camel-nagios</artifactId>
>  		</dependency>
>  		<dependency>
> +			<groupId>com.googlecode.jsendnsca</groupId>
> +			<artifactId>jsendnsca</artifactId>
> +			<version>2.0.1</version>
> +		</dependency>
> +		<dependency>
>  			<groupId>org.apache.camel</groupId>
>  			<artifactId>camel-core</artifactId>
>  		</dependency>
> diff --git a/pom.xml b/pom.xml
> index a4aca3f..ab54d27 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -177,6 +177,12 @@
>  				<artifactId>camel-nagios</artifactId>
>  				<version>${camel.version}</version>
>  				<scope>runtime</scope>
> +				<exclusions>
> +					<exclusion>
> +						<groupId>com.googlecode</groupId>
> +						<artifactId>jsendnsca-core</artifactId>
> +					</exclusion>
> +				</exclusions>
>  			</dependency>

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira