bpereto commented on code in PR #20259:
URL: https://github.com/apache/pulsar/pull/20259#discussion_r1187891364


##########
pulsar-io/jdbc/core/pom.xml:
##########
@@ -58,6 +58,13 @@
       <groupId>com.fasterxml.jackson.dataformat</groupId>
       <artifactId>jackson-dataformat-yaml</artifactId>
     </dependency>
+
+    <dependency>
+      <groupId>com.google.protobuf</groupId>
+      <artifactId>protobuf-java</artifactId>
+      <version>3.22.4</version>

Review Comment:
   I set the version to `${protobuf3.version}` from `pulsar/pom.xml` and added 
the provided scope.
   Is this what you ment by `dependencyManagement` ?



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