Skip to content

Commit

Permalink
fix: remove use of kubernetes-model artifact which doesn't exist anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
metacosm committed Aug 7, 2024
1 parent 88ccf9c commit 9e728f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model</artifactId>
<artifactId>kubernetes-model-core</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/kubernetes/quarkus-standard-way/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
</dependency>
<dependency>
<groupId>io.fabric8</groupId>
<artifactId>kubernetes-model</artifactId>
<artifactId>kubernetes-model-core</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
Expand Down

0 comments on commit 9e728f6

Please sign in to comment.