tkaymak commented on code in PR #34763:
URL: https://github.com/apache/beam/pull/34763#discussion_r2140238784


##########
sdks/java/io/debezium/build.gradle:
##########
@@ -90,13 +135,8 @@ task integrationTest(type: Test, dependsOn: 
processTestResources) {
   }
 }
 
-configurations.all (Configuration it) -> {
-  resolutionStrategy {
-    // Force protobuf 3 because debezium is currently incompatible with 
protobuf 4.
-    // TODO - remove this and upgrade the version of debezium once a proto-4 
compatible version is available
-    // https://github.com/apache/beam/pull/33526 does some of this, but was 
abandoned because it still doesn't
-    // work with protobuf 4.
-    force "com.google.protobuf:protobuf-java:3.25.5"
-    force "com.google.protobuf:protobuf-java-util:3.25.5"
-  }
+project.tasks.each {

Review Comment:
   Thank you, done!



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

Reply via email to