xunliu commented on code in PR #4651: URL: https://github.com/apache/gravitino/pull/4651#discussion_r1730637524
########## gradle/libs.versions.toml: ########## @@ -79,6 +79,7 @@ flink = "1.18.0" cglib = "2.2" ranger = "2.4.0" javax-jaxb-api = "2.3.1" +javax-ws-rs-api = "2.1.1" Review Comment: I use it `implementation(libs.javax.ws.rs.api)` in the authorizations/authorization-ranger/build.gradle.kts:L56 Because JDK-17 removed `Javax` library internally, So we need to manually add it. -- 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]
