This is an automated email from the ASF dual-hosted git repository.
namelchev pushed a commit to branch ignite-2.17
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/ignite-2.17 by this push:
new d53d4540b64 IGNITE-24439 SQL Calcite: Add commons-lang3 dependency -
Fixes #11858.
d53d4540b64 is described below
commit d53d4540b64bb4a25f1a5a1003c4338727628c9f
Author: Aleksey Plekhanov <[email protected]>
AuthorDate: Sun Feb 9 00:41:57 2025 +0300
IGNITE-24439 SQL Calcite: Add commons-lang3 dependency - Fixes #11858.
Signed-off-by: Aleksey Plekhanov <[email protected]>
(cherry picked from commit 1bd8c8a06cb8634259c3e87f73514a316ab35771)
---
modules/calcite/pom.xml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/modules/calcite/pom.xml b/modules/calcite/pom.xml
index cafc5013abc..e53d5301bd8 100644
--- a/modules/calcite/pom.xml
+++ b/modules/calcite/pom.xml
@@ -179,6 +179,12 @@
<version>${commons.text.version}</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.commons</groupId>
+ <artifactId>commons-lang3</artifactId>
+ <version>${commons.lang3.version}</version>
+ </dependency>
+
<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>