We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 189b8b7 commit 450e84cCopy full SHA for 450e84c
pom.xml
@@ -44,6 +44,7 @@
44
45
<!-- Third party dependencies -->
46
<apache-poi.version>5.3.0</apache-poi.version>
47
+ <commons-text.version>1.12.0</commons-text.version>
48
<logstash-logback-encoder.version>8.0</logstash-logback-encoder.version>
49
50
<!-- Use alternate plugins versions than what is in the spring-boot-starter-parent. -->
@@ -82,6 +83,11 @@
82
83
<artifactId>logstash-logback-encoder</artifactId>
84
<version>${logstash-logback-encoder.version}</version>
85
</dependency>
86
+ <dependency>
87
+ <groupId>org.apache.commons</groupId>
88
+ <artifactId>commons-text</artifactId>
89
+ <version>${commons-text.version}</version>
90
+ </dependency>
91
<dependency>
92
<groupId>org.apache.poi</groupId>
93
<artifactId>poi-ooxml</artifactId>
0 commit comments