File tree Expand file tree Collapse file tree 3 files changed +10
-10
lines changed
extensions/kubernetes-client
src/main/java/io/quarkus/kubernetes/client/deployment Expand file tree Collapse file tree 3 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
File renamed without changes.
You can’t perform that action at this time.
0 commit comments