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 8f2e4a8 commit 46663cfCopy full SHA for 46663cf
pom.xml
@@ -40,6 +40,7 @@
40
<testcontainer.version>1.16.2</testcontainer.version>
41
<mockserver.version>5.13.2</mockserver.version>
42
<cucumber.version>7.2.3</cucumber.version>
43
+ <commonstext.version>1.10.0</commonstext.version>
44
<sonar.organization>decathlon</sonar.organization>
45
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
46
</properties>
@@ -82,6 +83,11 @@
82
83
<type>pom</type>
84
<scope>import</scope>
85
</dependency>
86
+ <dependency>
87
+ <groupId>org.apache.commons</groupId>
88
+ <artifactId>commons-text</artifactId>
89
+ <version>${commonstext.version}</version>
90
+ </dependency>
91
</dependencies>
92
</dependencyManagement>
93
0 commit comments