[
https://issues.apache.org/jira/browse/FLINK-40060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
ASF GitHub Bot updated FLINK-40060:
-----------------------------------
Labels: pull-request-available (was: )
> Remove redundant org.postgresql dependency in
> flink-connector-jdbc-backward-compatibility
> -----------------------------------------------------------------------------------------
>
> Key: FLINK-40060
> URL: https://issues.apache.org/jira/browse/FLINK-40060
> Project: Flink
> Issue Type: Technical Debt
> Components: Connectors / JDBC
> Affects Versions: jdbc-4.0.0
> Reporter: Sumin Joo
> Assignee: Sumin Joo
> Priority: Minor
> Labels: pull-request-available
> Fix For: jdbc-4.0.0
>
>
> There is a redundant org.postgresql:postgresql dependency declared in
> flink-connector-jdbc-backward-compatibility/pom.xml.
> The dependency is declared twice:
> - once using ${postgres.version} property
> - once hardcoded as 42.7.3
> Since ${postgres.version} is already defined as 42.7.3 in properties, these
> two declarations are identical.
> I propose removing the hardcoded duplicate declaration to keep the dependency
> unique and consistent.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)