eubnara commented on code in PR #282: URL: https://github.com/apache/ranger/pull/282#discussion_r1807805362
########## agents-audit/pom.xml: ########## @@ -42,52 +42,29 @@ <artifactId>commons-lang</artifactId> <version>${commons.lang.version}</version> </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>${commons.lang3.version}</version> + </dependency> + <dependency> + <groupId>commons-collections</groupId> + <artifactId>commons-collections</artifactId> + <version>${commons.collections.version}</version> + </dependency> Review Comment: ``` [ERROR] Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.3:compile (default-compile) on project ranger-plugins-audit: Compilation failure: Compilation failure: [ERROR] /home/eub/github/eubnara-ranger/agents-audit/src/main/java/org/apache/ranger/audit/utils/InMemoryJAASConfiguration.java:[21,37] error: package org.apache.commons.collections does not exist [ERROR] /home/eub/github/eubnara-ranger/agents-audit/src/main/java/org/apache/ranger/audit/utils/InMemoryJAASConfiguration.java:[175,31] error: cannot find symbol ``` -- 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. To unsubscribe, e-mail: dev-unsubscr...@ranger.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org