damccorm commented on PR #33192: URL: https://github.com/apache/beam/pull/33192#issuecomment-2576221842
One thing which may help is that the problematic dependency is actually a test-only dependency - https://github.com/apache/beam/blob/4a5575cc149a568ec325e14a551ca485fcabf144/sdks/java/io/debezium/build.gradle#L65 - debezium-connector-postgres So worst case, we could probably only force the dependency for testing postgres, but that is definitely not an awesome place to land... -- 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]
