Skip to content

Commit 1877033

Browse files
authored
Merge pull request #8787 from rsvoboda/commons-compress.for.openshift
Add commons-compress to kubernetes-client to avoid TypeNotPresentException for TarArchiveInputStream
2 parents 1c77079 + 505404e commit 1877033

File tree

1 file changed

+4
-0
lines changed
  • extensions/kubernetes-client/runtime

1 file changed

+4
-0
lines changed

extensions/kubernetes-client/runtime/pom.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@
5252
</exclusion>
5353
</exclusions>
5454
</dependency>
55+
<dependency>
56+
<groupId>org.apache.commons</groupId>
57+
<artifactId>commons-compress</artifactId>
58+
</dependency>
5559
<dependency>
5660
<groupId>jakarta.annotation</groupId>
5761
<artifactId>jakarta.annotation-api</artifactId>

0 commit comments

Comments
 (0)