nicoloboschi commented on a change in pull request #14119:
URL: https://github.com/apache/pulsar/pull/14119#discussion_r799458296
##########
File path: pulsar-io/debezium/postgres/pom.xml
##########
@@ -44,6 +44,13 @@
<version>${debezium.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.postgresql</groupId>
+ <artifactId>postgresql</artifactId>
+ <version>42.2.25</version>
Review comment:
see the description
> Note: the version is not shared on purpose because we should leave the
driver dependencies separated since the two connectors are used in different
ways. (For example, when we'll upgrade Debezium to 1.8.x we'll need to remove
the override and keep the 42.3.x version)
I can add a local variable actually
--
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]