Skip to content

Commit 1bd8c8a

Browse files
IGNITE-24439 SQL Calcite: Add commons-lang3 dependency - Fixes #11858.
Signed-off-by: Aleksey Plekhanov <plehanov.alex@gmail.com>
1 parent fab69a7 commit 1bd8c8a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

modules/calcite/pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,12 @@
179179
<version>${commons.text.version}</version>
180180
</dependency>
181181

182+
<dependency>
183+
<groupId>org.apache.commons</groupId>
184+
<artifactId>commons-lang3</artifactId>
185+
<version>${commons.lang3.version}</version>
186+
</dependency>
187+
182188
<dependency>
183189
<groupId>org.immutables</groupId>
184190
<artifactId>value</artifactId>

0 commit comments

Comments
 (0)