difin commented on code in PR #5628: URL: https://github.com/apache/hive/pull/5628#discussion_r2060347962
########## standalone-metastore/metastore-common/pom.xml: ########## @@ -333,6 +333,27 @@ <artifactId>slf4j-simple</artifactId> <scope>test</scope> </dependency> + <dependency> + <groupId>org.apache.httpcomponents.client5</groupId> + <artifactId>httpclient5</artifactId> + <version>5.3</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents.core5</groupId> + <artifactId>httpcore5</artifactId> + <version>5.3</version> + </dependency> + <dependency> + <groupId>org.apache.httpcomponents.core5</groupId> + <artifactId>httpcore5-h2</artifactId> + <version>5.3</version> Review Comment: The version 5.3 is used in several pom.xml files, should we define a variable in root pom.xml like `<httpcomponents.client5.version>5.3</httpcomponents.client5.version>` and use it everywhere the version `5.3` is hardcode now? -- 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: gitbox-unsubscr...@hive.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: gitbox-unsubscr...@hive.apache.org For additional commands, e-mail: gitbox-h...@hive.apache.org