kumaab commented on code in PR #418: URL: https://github.com/apache/ranger/pull/418#discussion_r1861159625
########## kms/pom.xml: ########## @@ -299,191 +277,176 @@ </exclusions> </dependency> <dependency> - <groupId>com.google.code.findbugs</groupId> - <artifactId>jsr305</artifactId> - <version>${jsr305.version}</version> + <groupId>net.minidev</groupId> + <artifactId>asm</artifactId> + <version>${net.minidev.asm.version}</version> </dependency> + <!-- Transitive dependency for nimbus-jose-jwt. Please re-check this version + when updating nimbus-jose-jwt. Please read RANGER-2080 for more details. --> <dependency> - <groupId>io.netty</groupId> - <artifactId>netty-all</artifactId> - <version>${netty-all.version}</version> + <groupId>net.minidev</groupId> + <artifactId>json-smart</artifactId> + <version>${jsonsmart.version}</version> </dependency> <dependency> - <groupId>org.apache.ranger</groupId> - <artifactId>credentialbuilder</artifactId> - <version>${project.version}</version> - <exclusions> - <exclusion> - <groupId>com.nimbusds</groupId> - <artifactId>nimbus-jose-jwt</artifactId> - </exclusion> - <exclusion> - <groupId>net.minidev</groupId> - <artifactId>json-smart</artifactId> - </exclusion> - </exclusions> + <groupId>org.apache.commons</groupId> + <artifactId>commons-configuration2</artifactId> + <version>${commons.configuration.version}</version> </dependency> <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpmime</artifactId> - <version>${httpcomponents.httpmime.version}</version> + <groupId>org.apache.commons</groupId> + <artifactId>commons-lang3</artifactId> + <version>${commons.lang3.version}</version> + </dependency> + <dependency> + <groupId>org.apache.commons</groupId> + <artifactId>commons-text</artifactId> + <version>${commons.text.version}</version> + </dependency> + <dependency> + <groupId>org.apache.directory.api</groupId> + <artifactId>api-i18n</artifactId> + <version>1.0.3</version> Review Comment: minor: can be kept in a variable. -- 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