Skip to content

Commit

Permalink
support compress
Browse files Browse the repository at this point in the history
  • Loading branch information
呈铭 committed Mar 28, 2024
1 parent fc1b52d commit cf0ae0d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,8 @@
<version>${fabric8_kubernetes_version}</version>
</dependency>



<!-- Test libs -->
<dependency>
<groupId>org.apache.curator</groupId>
Expand Down Expand Up @@ -613,6 +615,12 @@
<version>0.16.0</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-compress</artifactId>
<version>${commons_compress_version}</version>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit cf0ae0d

Please sign in to comment.