Skip to content

Commit

Permalink
Reduce dependencies in crd-generator-collector
Browse files Browse the repository at this point in the history
  • Loading branch information
baloo42 committed Oct 3, 2024
1 parent 630da6a commit 8af230d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions crd-generator/cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,10 @@
<name>Fabric8 :: CRD generator :: CLI</name>

<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>crd-generator-api-v2</artifactId>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>crd-generator-collector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion crd-generator/collector/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
<dependencies>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>crd-generator-api-v2</artifactId>
<artifactId>kubernetes-client-api</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye</groupId>
Expand Down
4 changes: 4 additions & 0 deletions crd-generator/maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@
<artifactId>maven-plugin-annotations</artifactId>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>crd-generator-api-v2</artifactId>
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>crd-generator-collector</artifactId>
Expand Down

0 comments on commit 8af230d

Please sign in to comment.