Skip to content

Commit

Permalink
Merge pull request #8787 from rsvoboda/commons-compress.for.openshift
Browse files Browse the repository at this point in the history
Add commons-compress to kubernetes-client to avoid TypeNotPresentException for TarArchiveInputStream
  • Loading branch information
gastaldi authored Apr 23, 2020
2 parents 1c77079 + 505404e commit 1877033
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/kubernetes-client/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
</dependency>
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
Expand Down

0 comments on commit 1877033

Please sign in to comment.