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 b8d2e43 commit fc1b52d
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -516,6 +516,18 @@
<artifactId>grpc-stub</artifactId>
<version>${grpc.version}</version>
</dependency>
<!-- Fabric8 for Kubernetes -->
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
<version>${fabric8_kubernetes_version}</version>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-server-mock</artifactId>
<scope>test</scope>
<version>${fabric8_kubernetes_version}</version>
</dependency>

<!-- Test libs -->
<dependency>
Expand Down

0 comments on commit fc1b52d

Please sign in to comment.