Skip to content

Commit edd12e5

Browse files
committed
fix: remove crd-generator-api dependencies (#1439)
1 parent 821851b commit edd12e5

File tree

5 files changed

+0
-21
lines changed

5 files changed

+0
-21
lines changed

operator-framework/pom.xml

-5
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@
6161
<artifactId>crd-generator-apt</artifactId>
6262
<scope>test</scope>
6363
</dependency>
64-
<dependency>
65-
<groupId>io.fabric8</groupId>
66-
<artifactId>crd-generator-api</artifactId>
67-
<scope>test</scope>
68-
</dependency>
6964
<dependency>
7065
<groupId>org.apache.logging.log4j</groupId>
7166
<artifactId>log4j-slf4j-impl</artifactId>

sample-operators/leader-election/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
<artifactId>crd-generator-apt</artifactId>
4141
<scope>provided</scope>
4242
</dependency>
43-
<dependency>
44-
<groupId>io.fabric8</groupId>
45-
<artifactId>crd-generator-api</artifactId>
46-
</dependency>
4743
<dependency>
4844
<groupId>org.awaitility</groupId>
4945
<artifactId>awaitility</artifactId>

sample-operators/mysql-schema/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,6 @@
4747
<artifactId>crd-generator-apt</artifactId>
4848
<scope>provided</scope>
4949
</dependency>
50-
<dependency>
51-
<groupId>io.fabric8</groupId>
52-
<artifactId>crd-generator-api</artifactId>
53-
</dependency>
5450
<dependency>
5551
<groupId>org.apache.logging.log4j</groupId>
5652
<artifactId>log4j-slf4j-impl</artifactId>

sample-operators/tomcat-operator/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,6 @@
3232
<artifactId>crd-generator-apt</artifactId>
3333
<scope>provided</scope>
3434
</dependency>
35-
<dependency>
36-
<groupId>io.fabric8</groupId>
37-
<artifactId>crd-generator-api</artifactId>
38-
</dependency>
3935
<dependency>
4036
<groupId>org.apache.logging.log4j</groupId>
4137
<artifactId>log4j-slf4j-impl</artifactId>

sample-operators/webpage/pom.xml

-4
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,6 @@
4040
<artifactId>crd-generator-apt</artifactId>
4141
<scope>provided</scope>
4242
</dependency>
43-
<dependency>
44-
<groupId>io.fabric8</groupId>
45-
<artifactId>crd-generator-api</artifactId>
46-
</dependency>
4743
<dependency>
4844
<groupId>org.awaitility</groupId>
4945
<artifactId>awaitility</artifactId>

0 commit comments

Comments
 (0)