aboutsummaryrefslogtreecommitdiffstats
path: root/profiles/snmp/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'profiles/snmp/pom.xml')
-rw-r--r--profiles/snmp/pom.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/profiles/snmp/pom.xml b/profiles/snmp/pom.xml
index 293230ff..2c483460 100644
--- a/profiles/snmp/pom.xml
+++ b/profiles/snmp/pom.xml
@@ -43,6 +43,23 @@
<groupId>org.snmp4j</groupId>
<artifactId>snmp4j</artifactId>
<version>2.5.6</version>
+ <exclusions>
+ <exclusion>
+ <groupId>log4j</groupId>
+ <artifactId>log4j</artifactId>
+ </exclusion>
+ </exclusions>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.logging.log4j</groupId>
+ <artifactId>log4j-slf4j-impl</artifactId>
+ <version>2.13.0</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-ext</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>