Skip to content

Commit

Permalink
IGNITE-24376 Added missing commons-text runtime dependency to the Cal…
Browse files Browse the repository at this point in the history
…cite module (#11845)
  • Loading branch information
skorotkov authored Feb 4, 2025
1 parent 607b587 commit 9e04bd9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/calcite/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
<jsonpath.version>2.9.0</jsonpath.version>
<reflections.version>0.10.2</reflections.version>
<commons.math.version>3.6.1</commons.math.version>
<commons.text.version>1.11.0</commons.text.version>
</properties>

<url>https://ignite.apache.org</url>
Expand Down Expand Up @@ -172,6 +173,12 @@
<version>${commons.math.version}</version>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-text</artifactId>
<version>${commons.text.version}</version>
</dependency>

<dependency>
<groupId>org.immutables</groupId>
<artifactId>value</artifactId>
Expand Down

0 comments on commit 9e04bd9

Please sign in to comment.