Skip to content

Commit d3c4cee

Browse files
authored
Merge pull request operator-framework#377 from java-operator-sdk/update-fabric8
Dependencies update
2 parents e7f2f83 + 13a66a3 commit d3c4cee

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

operator-framework/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</dependency>
8282
<dependency>
8383
<groupId>io.fabric8</groupId>
84-
<artifactId>crd-generator</artifactId>
84+
<artifactId>crd-generator-apt</artifactId>
8585
<scope>test</scope>
8686
</dependency>
8787
</dependencies>

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
<junit.version>5.7.0</junit.version>
3939
<surefire.version>3.0.0-M5</surefire.version>
4040
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
41-
<fabric8-client.version>5.1.1</fabric8-client.version>
41+
<fabric8-client.version>5.2.1</fabric8-client.version>
4242
<slf4j.version>1.7.30</slf4j.version>
4343
</properties>
4444

samples/common/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,11 @@
2525
<groupId>io.javaoperatorsdk</groupId>
2626
<artifactId>operator-framework</artifactId>
2727
<version>${project.version}</version>
28+
<scope>compile</scope>
2829
</dependency>
2930
<dependency>
3031
<groupId>io.fabric8</groupId>
31-
<artifactId>crd-generator</artifactId>
32+
<artifactId>crd-generator-apt</artifactId>
3233
<scope>compile</scope>
3334
</dependency>
3435
<dependency>

samples/quarkus/pom.xml

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<properties>
1818
<maven.compiler.source>11</maven.compiler.source>
1919
<maven.compiler.target>11</maven.compiler.target>
20-
<quarkus.version>1.12.1.Final</quarkus.version>
20+
<quarkus.version>1.12.2.Final</quarkus.version>
2121
<compiler-plugin.version>3.8.1</compiler-plugin.version>
2222
<maven.compiler.parameters>true</maven.compiler.parameters>
2323
</properties>
@@ -46,6 +46,7 @@
4646
<groupId>io.quarkiverse.operatorsdk</groupId>
4747
<artifactId>quarkus-operator-sdk</artifactId>
4848
<version>1.8.0.CR1</version>
49+
<!-- <version>1.8.0-SNAPSHOT</version>-->
4950
</dependency>
5051
<dependency>
5152
<groupId>io.javaoperatorsdk</groupId>

0 commit comments

Comments
 (0)