File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change 44
44
<groupId >io.javaoperatorsdk</groupId >
45
45
<artifactId >admission-controller-framework-core</artifactId >
46
46
<version >${project.version} </version >
47
+ <exclusions >
48
+ <exclusion >
49
+ <groupId >io.fabric8</groupId >
50
+ <artifactId >kubernetes-client</artifactId >
51
+ </exclusion >
52
+ </exclusions >
47
53
</dependency >
48
54
<dependency >
49
55
<groupId >io.quarkus</groupId >
67
73
<groupId >io.javaoperatorsdk.admissioncontroller.sample</groupId >
68
74
<artifactId >sample-commons</artifactId >
69
75
<version >${project.version} </version >
76
+ <exclusions >
77
+ <exclusion >
78
+ <groupId >io.fabric8</groupId >
79
+ <artifactId >kubernetes-client</artifactId >
80
+ </exclusion >
81
+ </exclusions >
70
82
</dependency >
71
83
</dependencies >
72
84
<build >
You can’t perform that action at this time.
0 commit comments