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

alexpl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git


The following commit(s) were added to refs/heads/master by this push:
     new 1bd8c8a06cb IGNITE-24439 SQL Calcite: Add commons-lang3 dependency - 
Fixes #11858.
1bd8c8a06cb is described below

commit 1bd8c8a06cb8634259c3e87f73514a316ab35771
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]>
---
 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>

Reply via email to