This is an automated email from the ASF dual-hosted git repository. madhan pushed a commit to branch ranger-2.4 in repository https://gitbox.apache.org/repos/asf/ranger.git
commit be5babbf1295253503e9b76bfe737b6240a9c545 Author: Madhan Neethiraj <[email protected]> AuthorDate: Thu Oct 27 20:42:19 2022 -0700 RANGER-3498: log4j dependency removed from nestedstructure plugin; agents-cred dependency updated to replace logback with slf4j-api - #4 (cherry picked from commit 8b743bcbdc4eb0e2f2512f48c6858756616db65b) --- plugin-nestedstructure/pom.xml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/plugin-nestedstructure/pom.xml b/plugin-nestedstructure/pom.xml index 63f57ea06..d8c1e9dc1 100644 --- a/plugin-nestedstructure/pom.xml +++ b/plugin-nestedstructure/pom.xml @@ -21,10 +21,10 @@ <parent> <artifactId>ranger</artifactId> <groupId>org.apache.ranger</groupId> - <version>3.0.0-SNAPSHOT</version> + <version>2.4.0-SNAPSHOT</version> + <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> - <artifactId>ranger-nestedstructure-plugin</artifactId> <name>NestedStructure Security Plugin</name> <description>NestedStructure Security Plugin</description> @@ -33,6 +33,7 @@ <properties> <maven.compiler.source>8</maven.compiler.source> <maven.compiler.target>8</maven.compiler.target> + <maven.surefire.plugin.version>3.0.0-M6</maven.surefire.plugin.version> </properties> <dependencies> @@ -56,11 +57,6 @@ <artifactId>commons-logging</artifactId> <version>1.1.1</version> </dependency> - <dependency> - <groupId>org.apache.logging.log4j</groupId> - <artifactId>log4j-core</artifactId> - <version>${log4j2.version}</version> - </dependency> <dependency> <groupId>com.google.code.gson</groupId> <artifactId>gson</artifactId>
