Skip to content

Commit 450e84c

Browse files
committed
add commons-text
1 parent 189b8b7 commit 450e84c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444

4545
<!-- Third party dependencies -->
4646
<apache-poi.version>5.3.0</apache-poi.version>
47+
<commons-text.version>1.12.0</commons-text.version>
4748
<logstash-logback-encoder.version>8.0</logstash-logback-encoder.version>
4849

4950
<!-- Use alternate plugins versions than what is in the spring-boot-starter-parent. -->
@@ -82,6 +83,11 @@
8283
<artifactId>logstash-logback-encoder</artifactId>
8384
<version>${logstash-logback-encoder.version}</version>
8485
</dependency>
86+
<dependency>
87+
<groupId>org.apache.commons</groupId>
88+
<artifactId>commons-text</artifactId>
89+
<version>${commons-text.version}</version>
90+
</dependency>
8591
<dependency>
8692
<groupId>org.apache.poi</groupId>
8793
<artifactId>poi-ooxml</artifactId>

0 commit comments

Comments
 (0)