codelipenghui commented on a change in pull request #13716:
URL: https://github.com/apache/pulsar/pull/13716#discussion_r789389418



##########
File path: pulsar-io/flume/pom.xml
##########
@@ -31,6 +31,10 @@
     <artifactId>pulsar-io-flume</artifactId>
     <name>Pulsar IO :: Flume</name>
 
+    <properties>
+        <avro.version>1.8.2</avro.version>
+    </properties>

Review comment:
       It's better to move the dependency management to the root pom
   

##########
File path: pulsar-io/canal/pom.xml
##########
@@ -32,6 +32,11 @@
     <artifactId>pulsar-io-canal</artifactId>
     <name>Pulsar IO :: Canal</name>
 
+    <properties>
+        <spring.version>5.0.20.RELEASE</spring.version>
+        <canal.version>1.1.5</canal.version>
+    </properties>

Review comment:
       It's better to move the dependency management to the root pom




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