Skip to content

Commit 4670625

Browse files
committed
chore(deps): remove now unneeded commons-codec dependency
Signed-off-by: Chris Laprun <claprun@redhat.com>
1 parent c08bc4b commit 4670625

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

bom/pom.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -92,13 +92,6 @@
9292
<artifactId>quarkus-operator-sdk-annotations</artifactId>
9393
<version>${project.version}</version>
9494
</dependency>
95-
<!-- We need to add this dependency to work around https://github.com/fabric8io/kubernetes-client/pull/5757 -->
96-
<dependency>
97-
<groupId>commons-codec</groupId>
98-
<artifactId>commons-codec</artifactId>
99-
<version>1.16.1</version>
100-
<optional>true</optional>
101-
</dependency>
10295
</dependencies>
10396
</dependencyManagement>
10497
</project>

integration-tests/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,11 +55,6 @@
5555
<artifactId>bcpkix-jdk18on</artifactId>
5656
<optional>true</optional>
5757
</dependency>
58-
<dependency>
59-
<groupId>commons-codec</groupId>
60-
<artifactId>commons-codec</artifactId>
61-
<optional>true</optional>
62-
</dependency>
6358
</dependencies>
6459
<build>
6560
<plugins>

samples/pom.xml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,6 @@
2222
<artifactId>bcpkix-jdk18on</artifactId>
2323
<optional>true</optional>
2424
</dependency>
25-
<dependency>
26-
<groupId>commons-codec</groupId>
27-
<artifactId>commons-codec</artifactId>
28-
<optional>true</optional>
29-
</dependency>
3025
</dependencies>
3126

3227
<modules>

0 commit comments

Comments
 (0)