File tree 3 files changed +0
-17
lines changed 3 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 92
92
<artifactId >quarkus-operator-sdk-annotations</artifactId >
93
93
<version >${project.version} </version >
94
94
</dependency >
95
- <!-- We need to add this dependency to work around https://github.com/fabric8io/kubernetes-client/pull/5757 -->
96
- <dependency >
97
- <groupId >commons-codec</groupId >
98
- <artifactId >commons-codec</artifactId >
99
- <version >1.16.1</version >
100
- <optional >true</optional >
101
- </dependency >
102
95
</dependencies >
103
96
</dependencyManagement >
104
97
</project >
Original file line number Diff line number Diff line change 55
55
<artifactId >bcpkix-jdk18on</artifactId >
56
56
<optional >true</optional >
57
57
</dependency >
58
- <dependency >
59
- <groupId >commons-codec</groupId >
60
- <artifactId >commons-codec</artifactId >
61
- <optional >true</optional >
62
- </dependency >
63
58
</dependencies >
64
59
<build >
65
60
<plugins >
Original file line number Diff line number Diff line change 22
22
<artifactId >bcpkix-jdk18on</artifactId >
23
23
<optional >true</optional >
24
24
</dependency >
25
- <dependency >
26
- <groupId >commons-codec</groupId >
27
- <artifactId >commons-codec</artifactId >
28
- <optional >true</optional >
29
- </dependency >
30
25
</dependencies >
31
26
32
27
<modules >
You can’t perform that action at this time.
0 commit comments