File tree 5 files changed +16
-8
lines changed
5 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 17
17
<groupId >io.javaoperatorsdk</groupId >
18
18
<artifactId >operator-framework-core</artifactId >
19
19
</dependency >
20
-
21
- <dependency >
22
- <groupId >io.fabric8</groupId >
23
- <artifactId >kubernetes-httpclient-okhttp</artifactId >
24
- <scope >runtime</scope >
25
- <optional >true</optional >
26
- </dependency >
27
-
28
20
<dependency >
29
21
<groupId >org.apache.commons</groupId >
30
22
<artifactId >commons-lang3</artifactId >
Original file line number Diff line number Diff line change 38
38
<groupId >io.javaoperatorsdk</groupId >
39
39
<artifactId >operator-framework</artifactId >
40
40
</dependency >
41
+ <dependency >
42
+ <groupId >io.fabric8</groupId >
43
+ <artifactId >kubernetes-httpclient-jdk</artifactId >
44
+ </dependency >
41
45
<dependency >
42
46
<groupId >org.apache.logging.log4j</groupId >
43
47
<artifactId >log4j-slf4j-impl</artifactId >
Original file line number Diff line number Diff line change 38
38
<groupId >io.javaoperatorsdk</groupId >
39
39
<artifactId >operator-framework</artifactId >
40
40
</dependency >
41
+ <dependency >
42
+ <groupId >io.fabric8</groupId >
43
+ <artifactId >kubernetes-httpclient-vertx</artifactId >
44
+ </dependency >
41
45
<dependency >
42
46
<groupId >io.javaoperatorsdk</groupId >
43
47
<artifactId >micrometer-support</artifactId >
Original file line number Diff line number Diff line change 38
38
<groupId >io.javaoperatorsdk</groupId >
39
39
<artifactId >operator-framework</artifactId >
40
40
</dependency >
41
+ <dependency >
42
+ <groupId >io.fabric8</groupId >
43
+ <artifactId >kubernetes-httpclient-okhttp</artifactId >
44
+ </dependency >
41
45
<dependency >
42
46
<groupId >io.fabric8</groupId >
43
47
<artifactId >crd-generator-apt</artifactId >
Original file line number Diff line number Diff line change 38
38
<groupId >io.javaoperatorsdk</groupId >
39
39
<artifactId >operator-framework</artifactId >
40
40
</dependency >
41
+ <dependency >
42
+ <groupId >io.fabric8</groupId >
43
+ <artifactId >kubernetes-httpclient-jdk</artifactId >
44
+ </dependency >
41
45
<dependency >
42
46
<groupId >org.apache.logging.log4j</groupId >
43
47
<artifactId >log4j-slf4j-impl</artifactId >
You can’t perform that action at this time.
0 commit comments