From e16d31dce2386868634963ec7cf79c5dfae03cc7 Mon Sep 17 00:00:00 2001
From: hiscat <46845236+MyLanPangzi@users.noreply.github.com>
Date: Tue, 13 Apr 2021 10:31:16 +0800
Subject: [PATCH] [HUDI-1787] Remove the rocksdb jar from hudi-flink-bundle
(#2807)
Remove the RocksDB jar from hudi-flink-bundle to avoid conflicts.
---
packaging/hudi-flink-bundle/pom.xml | 14 +++++++++++++-
1 file changed, 13 insertions(+), 1 deletion(-)
diff --git a/packaging/hudi-flink-bundle/pom.xml b/packaging/hudi-flink-bundle/pom.xml
index 966df9dfa..014c9903a 100644
--- a/packaging/hudi-flink-bundle/pom.xml
+++ b/packaging/hudi-flink-bundle/pom.xml
@@ -227,6 +227,12 @@
org.apache.hudi
hudi-common
${project.version}
+
+
+ rocksdbjni
+ org.rocksdb
+
+
org.apache.hudi
@@ -257,6 +263,12 @@
org.apache.hudi
hudi-timeline-service
${project.version}
+
+
+ rocksdbjni
+ org.rocksdb
+
+
javax.servlet
@@ -471,4 +483,4 @@
-
\ No newline at end of file
+