Skip to content

Commit 7a2fe88

Browse files
authored
Merge pull request #31705 from scrocquesel/gh-31355
Remove all dev services for kubernetes dependencies from kubernetes-client-internal
2 parents 73fc26b + 014ac61 commit 7a2fe88

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

extensions/kubernetes-client/deployment-internal/pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,6 @@
4848
<groupId>io.quarkus</groupId>
4949
<artifactId>quarkus-devservices-deployment</artifactId>
5050
</dependency>
51-
<dependency>
52-
<groupId>com.dajudge.kindcontainer</groupId>
53-
<artifactId>kindcontainer</artifactId>
54-
<exclusions>
55-
<exclusion>
56-
<groupId>junit</groupId>
57-
<artifactId>junit</artifactId>
58-
</exclusion>
59-
</exclusions>
60-
</dependency>
6151
</dependencies>
6252

6353
<build>

extensions/kubernetes-client/deployment/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@
2929
<groupId>io.quarkus</groupId>
3030
<artifactId>quarkus-vertx-deployment</artifactId>
3131
</dependency>
32+
<dependency>
33+
<groupId>com.dajudge.kindcontainer</groupId>
34+
<artifactId>kindcontainer</artifactId>
35+
<exclusions>
36+
<exclusion>
37+
<groupId>junit</groupId>
38+
<artifactId>junit</artifactId>
39+
</exclusion>
40+
</exclusions>
41+
</dependency>
3242
<dependency>
3343
<groupId>io.quarkus</groupId>
3444
<artifactId>quarkus-junit5-internal</artifactId>

0 commit comments

Comments
 (0)