racevedoo commented on a change in pull request #3642:
URL: https://github.com/apache/iceberg/pull/3642#discussion_r766014189



##########
File path: build.gradle
##########
@@ -111,7 +111,9 @@ subprojects {
   targetCompatibility = '1.8'
 
   dependencies {
-    implementation 'org.slf4j:slf4j-api'
+    if (!(project.name.contains("spark") && project.name.contains("runtime"))) 
{
+      implementation 'org.slf4j:slf4j-api'
+    }

Review comment:
       actually the same issue occurs for all spark versions (2.4, 3.0, 3.1 and 
3.2). That's why I'm changing all spark runtime modules




-- 
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]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to