Skip to content

Commit

Permalink
Merge pull request #31705 from scrocquesel/gh-31355
Browse files Browse the repository at this point in the history
Remove all dev services for kubernetes dependencies from kubernetes-client-internal
  • Loading branch information
gsmet authored Mar 10, 2023
2 parents 73fc26b + 014ac61 commit 7a2fe88
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 0 additions & 10 deletions extensions/kubernetes-client/deployment-internal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,16 +48,6 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-devservices-deployment</artifactId>
</dependency>
<dependency>
<groupId>com.dajudge.kindcontainer</groupId>
<artifactId>kindcontainer</artifactId>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

<build>
Expand Down
10 changes: 10 additions & 0 deletions extensions/kubernetes-client/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,16 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx-deployment</artifactId>
</dependency>
<dependency>
<groupId>com.dajudge.kindcontainer</groupId>
<artifactId>kindcontainer</artifactId>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-junit5-internal</artifactId>
Expand Down

0 comments on commit 7a2fe88

Please sign in to comment.