File tree 2 files changed +10
-10
lines changed
2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >io.javaoperatorsdk</groupId >
39
39
<artifactId >operator-framework</artifactId >
40
+ <exclusions >
41
+ <exclusion >
42
+ <groupId >io.fabric8</groupId >
43
+ <artifactId >kubernetes-httpclient-okhttp</artifactId >
44
+ </exclusion >
45
+ </exclusions >
46
+ </dependency >
47
+ <dependency >
48
+ <groupId >io.fabric8</groupId >
49
+ <artifactId >kubernetes-httpclient-vertx</artifactId >
40
50
</dependency >
41
51
<dependency >
42
52
<groupId >io.fabric8</groupId >
Original file line number Diff line number Diff line change 37
37
<dependency >
38
38
<groupId >io.javaoperatorsdk</groupId >
39
39
<artifactId >operator-framework</artifactId >
40
- <exclusions >
41
- <exclusion >
42
- <groupId >io.fabric8</groupId >
43
- <artifactId >kubernetes-httpclient-okhttp</artifactId >
44
- </exclusion >
45
- </exclusions >
46
- </dependency >
47
- <dependency >
48
- <groupId >io.fabric8</groupId >
49
- <artifactId >kubernetes-httpclient-vertx</artifactId >
50
40
</dependency >
51
41
<dependency >
52
42
<groupId >org.apache.logging.log4j</groupId >
You can’t perform that action at this time.
0 commit comments