This is an automated email from the ASF dual-hosted git repository.
diwu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris-flink-connector.git
The following commit(s) were added to refs/heads/master by this push:
new 4d9b45a9 [Fix] connect arrow with ClassNotFoundException by Caffeine
(#473)
4d9b45a9 is described below
commit 4d9b45a9c222c0f701ef382b440d67aca19b0140
Author: xiayang <[email protected]>
AuthorDate: Wed Aug 21 11:00:39 2024 +0800
[Fix] connect arrow with ClassNotFoundException by Caffeine (#473)
---
flink-doris-connector/pom.xml | 4 ----
1 file changed, 4 deletions(-)
diff --git a/flink-doris-connector/pom.xml b/flink-doris-connector/pom.xml
index 7d7b6da9..e7201d1c 100644
--- a/flink-doris-connector/pom.xml
+++ b/flink-doris-connector/pom.xml
@@ -198,10 +198,6 @@ under the License.
<groupId>org.apache.arrow</groupId>
<artifactId>arrow-vector</artifactId>
</exclusion>
- <exclusion>
- <groupId>com.github.ben-manes.caffeine</groupId>
- <artifactId>caffeine</artifactId>
- </exclusion>
<exclusion>
<groupId>org.apache.arrow.adbc</groupId>
<artifactId>adbc-driver-manager</artifactId>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]