You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by GitBox <gi...@apache.org> on 2021/03/23 20:33:03 UTC

[GitHub] [nifi] Lehel44 commented on a change in pull request #4898: NIFI-8325: Improve SNMP processors

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:
users@infra.apache.org