jerryshao opened a new issue, #9365: URL: https://github.com/apache/gravitino/issues/9365
### Version main branch ### Describe what's wrong There're two versions of httpclients in the Gravitino libs, we should only keep on and exclude another. ### Error message and/or stacktrace run `./gradlew compileDistribution -x test`, check the folder `distribution/package/libs`, you will see two versions of httpclient: ``` -rw-r--r--@ 1 jerryshao staff 839626 Dec 3 14:51 httpclient5-5.2.1.jar -rw-r--r--@ 1 jerryshao staff 911620 Dec 3 14:51 httpclient5-5.4.4.jar -rw-r--r--@ 1 jerryshao staff 852871 Dec 3 14:51 httpcore5-5.2.jar -rw-r--r--@ 1 jerryshao staff 908601 Dec 3 14:51 httpcore5-5.3.4.jar -rw-r--r--@ 1 jerryshao staff 236827 Dec 3 14:51 httpcore5-h2-5.2.jar -rw-r--r--@ 1 jerryshao staff 241692 Dec 3 14:51 httpcore5-h2-5.3.4.jar ``` We need to exclude one. ### How to reproduce See above. ### Additional context _No response_ -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
