This is an automated email from the ASF dual-hosted git repository. pradeep pushed a commit to branch RANGER-4076_master in repository https://gitbox.apache.org/repos/asf/ranger.git
commit 2c20ae82af19d4e43f63a53247ec03511ddc465e Author: Pradeep AgrawaL <[email protected]> AuthorDate: Thu Jan 8 15:37:47 2026 +0530 RANGER-4706: Change jdk version to 17 in docker --- tagsync/pom.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tagsync/pom.xml b/tagsync/pom.xml index 8df08a827..fbd90fb27 100644 --- a/tagsync/pom.xml +++ b/tagsync/pom.xml @@ -99,12 +99,6 @@ <groupId>commons-digester</groupId> <artifactId>commons-digester</artifactId> <version>${commons.digester.version}</version> - <exclusions> - <exclusion> - <groupId>commons-logging</groupId> - <artifactId>commons-logging</artifactId> - </exclusion> - </exclusions> </dependency> <dependency> <groupId>commons-io</groupId>
