Skip to content

Commit 9e04bd9

Browse files
authored
IGNITE-24376 Added missing commons-text runtime dependency to the Calcite module (apache#11845)
1 parent 607b587 commit 9e04bd9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/calcite/pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<jsonpath.version>2.9.0</jsonpath.version>
4646
<reflections.version>0.10.2</reflections.version>
4747
<commons.math.version>3.6.1</commons.math.version>
48+
<commons.text.version>1.11.0</commons.text.version>
4849
</properties>
4950

5051
<url>https://ignite.apache.org</url>
@@ -172,6 +173,12 @@
172173
<version>${commons.math.version}</version>
173174
</dependency>
174175

176+
<dependency>
177+
<groupId>org.apache.commons</groupId>
178+
<artifactId>commons-text</artifactId>
179+
<version>${commons.text.version}</version>
180+
</dependency>
181+
175182
<dependency>
176183
<groupId>org.immutables</groupId>
177184
<artifactId>value</artifactId>

0 commit comments

Comments
 (0)