You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2022/02/07 08:35:19 UTC

[karaf-decanter] branch main updated: [KARAF-7339] Upgrade to snmp4j 3.6.4

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/karaf-decanter.git


The following commit(s) were added to refs/heads/main by this push:
     new 5df3564  [KARAF-7339] Upgrade to snmp4j 3.6.4
     new 899a760  Merge pull request #285 from jbonofre/KARAF-7339
5df3564 is described below

commit 5df3564ed4bfdd1886807c2df5d0ca767133e66e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Feb 7 07:30:39 2022 +0100

    [KARAF-7339] Upgrade to snmp4j 3.6.4
---
 collector/snmp/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/collector/snmp/pom.xml b/collector/snmp/pom.xml
index 03ab4ee..9bf19e6 100644
--- a/collector/snmp/pom.xml
+++ b/collector/snmp/pom.xml
@@ -38,7 +38,7 @@
         <dependency>
             <groupId>org.snmp4j</groupId>
             <artifactId>snmp4j</artifactId>
-            <version>2.8.6</version>
+            <version>3.6.4</version>
         </dependency>
         <dependency>
             <groupId>org.apache.karaf.decanter.collector</groupId>
@@ -70,6 +70,7 @@
                             org.snmp4j*
                         </Private-Package>
                         <_dsannotations>*</_dsannotations>
+                        <_noee>true</_noee>
                     </instructions>
                 </configuration>
             </plugin>