File tree Expand file tree Collapse file tree 2 files changed +39
-3
lines changed
flink-indexing/flink-indexing-hive Expand file tree Collapse file tree 2 files changed +39
-3
lines changed Original file line number Diff line number Diff line change 274274 <groupId >commons-cli</groupId >
275275 <artifactId >commons-cli</artifactId >
276276 </exclusion >
277+ <exclusion >
278+ <groupId >com.cloudera</groupId >
279+ <artifactId >jwtprovider-api</artifactId >
280+ </exclusion >
281+ <exclusion >
282+ <groupId >com.cloudera</groupId >
283+ <artifactId >jwtprovider-knox</artifactId >
284+ </exclusion >
285+ <exclusion >
286+ <groupId >org.apache.derby</groupId >
287+ <artifactId >derby</artifactId >
288+ </exclusion >
277289 </exclusions >
278290 </dependency >
279291 <dependency >
290302 <groupId >commons-cli</groupId >
291303 <artifactId >commons-cli</artifactId >
292304 </exclusion >
305+ <exclusion >
306+ <groupId >com.cloudera</groupId >
307+ <artifactId >jwtprovider-api</artifactId >
308+ </exclusion >
309+ <exclusion >
310+ <groupId >com.cloudera</groupId >
311+ <artifactId >jwtprovider-knox</artifactId >
312+ </exclusion >
313+ <exclusion >
314+ <groupId >org.apache.derby</groupId >
315+ <artifactId >derby</artifactId >
316+ </exclusion >
293317 </exclusions >
294318 </dependency >
295319
303327 <groupId >org.glassfish</groupId >
304328 <artifactId >javax.el</artifactId >
305329 </exclusion >
330+ <exclusion >
331+ <groupId >com.cloudera</groupId >
332+ <artifactId >jwtprovider-api</artifactId >
333+ </exclusion >
334+ <exclusion >
335+ <groupId >com.cloudera</groupId >
336+ <artifactId >jwtprovider-knox</artifactId >
337+ </exclusion >
338+ <exclusion >
339+ <groupId >org.apache.derby</groupId >
340+ <artifactId >derby</artifactId >
341+ </exclusion >
306342 </exclusions >
307343 </dependency >
308344
Original file line number Diff line number Diff line change 5959 <flink .version>1.18.0-csa1.12.0.0</flink .version>
6060 <cloudera .registry>1.0-${csa.version} </cloudera .registry>
6161 <flink .hbase.version>2.4</flink .hbase.version>
62- <cdh .version>7.1.9 .0-387 </cdh .version>
62+ <cdh .version>7.2.18 .0-641 </cdh .version>
6363 <lombok .version>1.18.22</lombok .version>
6464 <lombok .plugin.version>1.18.16.0</lombok .plugin.version>
6565 <guava .version>21.0</guava .version>
114114 <commons-text .version>1.10.0</commons-text .version>
115115 <java-grok .version>0.1.9</java-grok .version>
116116 <everit-json-schema .version>1.14.2</everit-json-schema .version>
117- <orc .version>1.5.1 .${cdh.version} </orc .version>
117+ <orc .version>1.8.3 .${cdh.version} </orc .version>
118118 <swagger-annotations .version>1.6.0</swagger-annotations .version>
119119 <graalvm .version>21.3.9</graalvm .version>
120120 <junit .version>4.12</junit .version>
307307 <dependency >
308308 <groupId >com.hortonworks.smm</groupId >
309309 <artifactId >monitoring-interceptors</artifactId >
310- <version >[ ${smm.intercepter.version} ,) </version >
310+ <version >${smm.intercepter.version} </version >
311311 <exclusions >
312312 <exclusion >
313313 <groupId >org.slf4j</groupId >
You can’t perform that action at this time.
0 commit comments