Lehel44 commented on a change in pull request #4898:
URL: https://github.com/apache/nifi/pull/4898#discussion_r599921827
##########
File path: nifi-nar-bundles/nifi-snmp-bundle/nifi-snmp-processors/pom.xml
##########
@@ -30,13 +31,18 @@ language governing permissions and limitations under the
License. -->
<artifactId>snmp4j</artifactId>
<version>${snmp4j.version}</version>
</dependency>
-
<dependency>
<groupId>org.snmp4j</groupId>
<artifactId>snmp4j-agent</artifactId>
<version>${snmp4j-agent.version}</version>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.snmp4j</groupId>
+ <artifactId>snmp4j-log4j</artifactId>
Review comment:
I removed the dependency, it was obsolete, we don't use the log4j
adapters.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]