diff --git a/fe/fe-core/pom.xml b/fe/fe-core/pom.xml
index 0c00f1f4425a8dd..85eee100aa96054 100644
--- a/fe/fe-core/pom.xml
+++ b/fe/fe-core/pom.xml
@@ -768,6 +768,10 @@ under the License.
org.apache.arrow
flight-sql
+
+ org.immutables
+ value
+
diff --git a/fe/pom.xml b/fe/pom.xml
index 3e04562d551f033..69058cd74dc0cba 100644
--- a/fe/pom.xml
+++ b/fe/pom.xml
@@ -310,6 +310,7 @@ under the License.
6.5.1
2.0.3
1.5.4
+ 2.9.3
3.0.0
0.4.0-incubating
@@ -1489,6 +1490,12 @@ under the License.
arrow-jdbc
${arrow.version}
+
+ org.immutables
+ value
+ ${immutables.version}
+ provided
+