Skip to content

Commit

Permalink
fix: CRD generator doesn't need full kubernetes-client access
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm authored and manusa committed Mar 9, 2023
1 parent 5490ec1 commit f64529c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crd-generator/api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-client</artifactId>
<artifactId>kubernetes-client-api</artifactId>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit f64529c

Please sign in to comment.