Skip to content

Commit ce986f0

Browse files
committed
fix: remove unneeded dependencies
1 parent 4d93c61 commit ce986f0

File tree

1 file changed

+0
-19
lines changed
  • pkg/quarkus/v1alpha/scaffolds/internal/templates

1 file changed

+0
-19
lines changed

pkg/quarkus/v1alpha/scaffolds/internal/templates/pomxml.go

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -88,25 +88,6 @@ const pomxmlTemplate = `<?xml version="1.0" encoding="UTF-8"?>
8888
<artifactId>quarkus-operator-sdk</artifactId>
8989
<version>${quarkus-sdk.version}</version>
9090
</dependency>
91-
<dependency>
92-
<groupId>io.fabric8</groupId>
93-
<artifactId>crd-generator-apt</artifactId>
94-
<version>${fabric8-client.version}</version>
95-
</dependency>
96-
<dependency>
97-
<groupId>io.fabric8</groupId>
98-
<artifactId>kubernetes-model-common</artifactId>
99-
</dependency>
100-
<dependency>
101-
<groupId>io.javaoperatorsdk</groupId>
102-
<artifactId>operator-framework</artifactId>
103-
<version>${java-sdk.version}</version>
104-
</dependency>
105-
<dependency>
106-
<groupId>io.quarkus</groupId>
107-
<artifactId>quarkus-container-image-jib</artifactId>
108-
<version>${quarkus.version}</version>
109-
</dependency>
11091
</dependencies>
11192
11293
<build>

0 commit comments

Comments
 (0)