[ 
https://issues.apache.org/jira/browse/CAMEL-3662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994009#comment-12994009
 ] 

Willem Jiang commented on CAMEL-3662:
-------------------------------------

It looks like the com.googlecode.jsendnsca:jsendnsca is not in the central 
repo, and we also need to provide OSGi wrapper bundle before upgrade the 
version.

> 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
>   Original Estimate: 20m
>  Remaining Estimate: 20m
>
> 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.
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to