[ https://issues.apache.org/jira/browse/CAMEL-3662?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12994023#comment-12994023 ]
Claus Ibsen commented on CAMEL-3662: ------------------------------------ It's already a OSGi bundle. We can put the JARs in the fusesource repo which we have done with the existing 1.3.1 release. It now depends on commons-lang 2.4. > 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