Skip to content

Commit dab63cc

Browse files
authored
Remove duplicate commons-codec dependency
Removed duplicate commons-codec dependency from pom.xml.
1 parent 9e10426 commit dab63cc

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ SPDX-License-Identifier: MIT
123123
<awaitility.version>4.3.0</awaitility.version>
124124
<commons-codec.version>1.21.0</commons-codec.version>
125125
<commons-lang3.version>3.20.0</commons-lang3.version>
126-
<commons-codec.version>1.21.0</commons-codec.version>
127126
<flyway.version>12.1.1</flyway.version>
128127
<hibernate.version>7.2.7.Final</hibernate.version>
129128
<jackson-2-bom.version>2.21.2</jackson-2-bom.version>
@@ -225,10 +224,6 @@ SPDX-License-Identifier: MIT
225224
<groupId>commons-codec</groupId>
226225
<artifactId>commons-codec</artifactId>
227226
</dependency>
228-
<dependency>
229-
<groupId>commons-codec</groupId>
230-
<artifactId>commons-codec</artifactId>
231-
</dependency>
232227
<dependency>
233228
<groupId>commons-io</groupId>
234229
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)