This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-hive.git

commit f94c0202425c505e2c2e58ffaa7a7403608607a7
Author: Sergey Nuyanzin <[email protected]>
AuthorDate: Sat Mar 8 17:17:19 2025 +0100

    [hotfix] Dependency convergence
---
 flink-sql-connector-hive-3.1.3/pom.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/flink-sql-connector-hive-3.1.3/pom.xml 
b/flink-sql-connector-hive-3.1.3/pom.xml
index 13329c56..4c186eed 100644
--- a/flink-sql-connector-hive-3.1.3/pom.xml
+++ b/flink-sql-connector-hive-3.1.3/pom.xml
@@ -230,6 +230,10 @@ under the License.
                                        <groupId>com.google.protobuf</groupId>
                                        <artifactId>protobuf-java</artifactId>
                                </exclusion>
+                               <exclusion>
+                                       <groupId>commons-pool</groupId>
+                                       <artifactId>commons-pool</artifactId>
+                               </exclusion>
                        </exclusions>
                </dependency>
        </dependencies>

Reply via email to