Skip to content

Commit

Permalink
[apache#4678] Shrink Ranger authorization plugin package size
Browse files Browse the repository at this point in the history
  • Loading branch information
xunliu committed Aug 29, 2024
1 parent 1e45c0f commit 412873e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions authorizations/authorization-ranger/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,10 @@ dependencies {
exclude(group = "*")
}
implementation(libs.bundles.log4j)
implementation(libs.commons.collections4)
implementation(libs.commons.lang3)
implementation(libs.guava)
implementation(libs.slf4j.api)

compileOnly(libs.lombok)
implementation(libs.jackson.annotations)
implementation(libs.ranger.intg) {
exclude("org.apache.hadoop", "hadoop-common")
exclude("org.apache.hive", "hive-storage-api")
Expand All @@ -50,7 +47,8 @@ dependencies {
exclude("org.elasticsearch.plugin")
exclude("org.apache.ranger", "ranger-plugins-audit")
exclude("org.apache.ranger", "ranger-plugins-cred")
exclude("org.apache.ranger", "ranger-plugins-classloader")
exclude("org.apache.ranger", "ranger-plugin-classloader")
exclude("net.java.dev.jna")
exclude("javax.ws.rs")
}
implementation(libs.javax.ws.rs.api)
Expand All @@ -76,6 +74,7 @@ dependencies {
exclude("org.elasticsearch.client")
exclude("org.elasticsearch.plugin")
exclude("javax.ws.rs")
exclude("org.apache.ranger", "ranger-plugin-classloader")
}
testImplementation(libs.hive2.jdbc) {
exclude("org.slf4j")
Expand Down

0 comments on commit 412873e

Please sign in to comment.