File tree Expand file tree Collapse file tree 1 file changed +9
-1
lines changed
Expand file tree Collapse file tree 1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 7373
7474 <elasticsearch .plugin.name>openshift-elasticsearch</elasticsearch .plugin.name>
7575 <elasticsearch .version>5.6.16</elasticsearch .version>
76- <kubernetes-client .version>4.4.2 </kubernetes-client .version>
76+ <kubernetes-client .version>4.6.3 </kubernetes-client .version>
7777 <searchguard .version>5.6.16-19.3</searchguard .version>
7878 <searchguard-ssl .version>5.6.16-23</searchguard-ssl .version>
7979 <!-- used by vendor builds to use vendor version of searchguard plugins -->
9292 <artifactId >kubernetes-openshift-uberjar</artifactId >
9393 <version >${kubernetes-client.version} </version >
9494 <exclusions >
95+ <exclusion >
96+ <artifactId >jackson-annotations</artifactId >
97+ <groupId >com.fasterxml.jackson.core</groupId >
98+ </exclusion >
99+ <exclusion >
100+ <artifactId >jackson-databind</artifactId >
101+ <groupId >com.fasterxml.jackson.core</groupId >
102+ </exclusion >
95103 <exclusion >
96104 <artifactId >jackson-core</artifactId >
97105 <groupId >com.fasterxml.jackson.core</groupId >
You can’t perform that action at this time.
0 commit comments