Skip to content

Commit 46663cf

Browse files
authored
fix: exclude the commons-text dependency (#103)
1 parent 8f2e4a8 commit 46663cf

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
@@ -40,6 +40,7 @@
4040
<testcontainer.version>1.16.2</testcontainer.version>
4141
<mockserver.version>5.13.2</mockserver.version>
4242
<cucumber.version>7.2.3</cucumber.version>
43+
<commonstext.version>1.10.0</commonstext.version>
4344
<sonar.organization>decathlon</sonar.organization>
4445
<sonar.host.url>https://sonarcloud.io</sonar.host.url>
4546
</properties>
@@ -82,6 +83,11 @@
8283
<type>pom</type>
8384
<scope>import</scope>
8485
</dependency>
86+
<dependency>
87+
<groupId>org.apache.commons</groupId>
88+
<artifactId>commons-text</artifactId>
89+
<version>${commonstext.version}</version>
90+
</dependency>
8591
</dependencies>
8692
</dependencyManagement>
8793

0 commit comments

Comments
 (0)