Skip to content

Commit

Permalink
chore (deps) : Add commons-io:commons-io as optional dependency to …
Browse files Browse the repository at this point in the history
…KubernetesClient

Signed-off-by: Rohan Kumar <rohaan@redhat.com>
  • Loading branch information
rohanKanojia authored and manusa committed Mar 25, 2024
1 parent e731de3 commit 5bc84b3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -776,6 +776,12 @@
<version>${commons-compress.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
<version>${commons-io.version}</version>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-core</artifactId>
Expand Down

0 comments on commit 5bc84b3

Please sign in to comment.