File tree Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Expand file tree Collapse file tree 1 file changed +1
-11
lines changed Original file line number Diff line number Diff line change @@ -45,17 +45,7 @@ val scalaLibraryVersion =
4545dependencies {
4646 // TODO: extract a polaris-rest module as a thin layer for
4747 // client to depends on.
48- implementation(project(" :polaris-core" )) {
49- exclude(" org.apache.iceberg" , " *" )
50- exclude(" com.azure" , " *" )
51- exclude(" software.amazon.awssdk" , " *" )
52- exclude(" com.google.cloud" , " *" )
53- exclude(" io.airlift" , " *" )
54- exclude(" io.smallrye" , " *" )
55- exclude(" io.smallrye.common" , " *" )
56- exclude(" io.swagger" , " *" )
57- exclude(" org.apache.commons" , " *" )
58- }
48+ implementation(project(" :polaris-core" )) { isTransitive = false }
5949
6050 implementation(
6151 " org.apache.iceberg:iceberg-spark-runtime-${sparkMajorVersion} _${scalaVersion} :${icebergVersion} "
You can’t perform that action at this time.
0 commit comments